mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-12-05 15:41:56 +00:00
Update poke.js
This commit is contained in:
parent
c32abc7a47
commit
a0f93ab3cd
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user