Update poke.js

This commit is contained in:
Jerry 2025-07-16 15:26:21 +08:00 committed by GitHub
parent c32abc7a47
commit a0f93ab3cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ async function pokeMaster(e) {
if (cfg.masterQQ.includes(e.operator_id) || e.self_id === e.operator_id) {
return;
}
await e.reply(`你几把谁啊,敢戳我主人,胆子好大啊你🤚😡🤚`);
await e.reply(`小嘿子不许戳!`);
await tool.sleep(1000);
await e.bot.sendApi('group_poke', { group_id: e.group_id, user_id: e.operator_id });
return true;