aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation/slowmode.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/moderation/slowmode.ts')
-rw-r--r--src/commands/moderation/slowmode.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/slowmode.ts b/src/commands/moderation/slowmode.ts
index 3d53edc..bfa6462 100644
--- a/src/commands/moderation/slowmode.ts
+++ b/src/commands/moderation/slowmode.ts
@@ -2,7 +2,7 @@ import { BushCommand, type ArgType, type BushMessage, type BushSlashMessage } fr
import { Argument } from 'discord-akairo';
import { type TextChannel, type ThreadChannel } from 'discord.js';
-export default class SlowModeCommand extends BushCommand {
+export default class SlowmodeCommand extends BushCommand {
public constructor() {
super('slowmode', {
aliases: ['slowmode', 'slow'],