Remove messages with !massban
This commit is contained in:
parent
2d98c470ef
commit
a0a30add2b
1 changed files with 1 additions and 1 deletions
|
@ -1358,7 +1358,7 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
const casesPlugin = this.getPlugin<CasesPlugin>("cases");
|
||||
for (const userId of args.userIds) {
|
||||
try {
|
||||
await this.guild.banMember(userId);
|
||||
await this.guild.banMember(userId, 1);
|
||||
|
||||
await casesPlugin.createCase({
|
||||
userId,
|
||||
|
|
Loading…
Add table
Reference in a new issue