|
@@ -145,7 +145,7 @@ export class ViolationPlugin {
|
|
|
})
|
|
|
async muteUser({ message }: ICommandData): Promise<void> {
|
|
|
await tryDo(message.delete());
|
|
|
- const info = await this.parseCommand(message);
|
|
|
+ const info = await this.parseCommand(message, "mute");
|
|
|
if (!info.ok)
|
|
|
return;
|
|
|
|