Fix softban permission
This commit is contained in:
parent
8fdc43e122
commit
2be80e10d1
1 changed files with 1 additions and 1 deletions
|
@ -1308,7 +1308,7 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
@d.permission("can_warn")
|
@d.permission("can_kick")
|
||||||
async softbanCmd(
|
async softbanCmd(
|
||||||
msg: Message,
|
msg: Message,
|
||||||
args: {
|
args: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue