mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-07-04 14:19:19 +00:00
优化poke
This commit is contained in:
parent
991105ec44
commit
bafd31855b
@ -86,7 +86,7 @@ async function chuochuo(e) {
|
||||
}
|
||||
} else if (randomNum < replyText + replyVoice + mutePick) {
|
||||
let mutetype = Math.ceil(Math.random() * 4);
|
||||
if (!Bot.pickMember(e.group_id, e.uin).getInfo()?.role === ('admin' || 'owner')) {
|
||||
if (!Bot.pickMember(e.group_id, e.bot.uin).getInfo()?.role === ('admin' || 'owner')) {
|
||||
mutetype = 5;
|
||||
}
|
||||
if (mutetype === 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user