fix: 只有管理员和群主才能用jinyan和kickout

This commit is contained in:
ikechan8370 2023-06-23 18:04:49 +08:00
parent 599f37e627
commit 351597a33d
3 changed files with 39 additions and 8 deletions

View file

@ -27,5 +27,5 @@ export class KickOutTool extends AbstractTool {
return `the user ${qq} has been kicked out from group ${groupId}`
}
description = 'Useful when you want to kick someone out of the group. The input to this tool should be the group number, the qq number of the one who should be kicked out, these two number should be concated with a space. '
description = 'Useful when you want to kick someone out of the group. '
}