mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 删掉惩罚
This commit is contained in:
parent
14369c8f90
commit
5bfd55e765
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export class JinyanTool extends AbstractTool {
|
||||||
qq = parseInt(qq.trim())
|
qq = parseInt(qq.trim())
|
||||||
await group.muteMember(qq, time)
|
await group.muteMember(qq, time)
|
||||||
} else {
|
} else {
|
||||||
return 'the user is not admin, he can\'t mute other people. the user should be punished'
|
return 'the user is not admin, he can\'t let you mute other people.'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (isPunish === 'true') {
|
if (isPunish === 'true') {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue