diff options
Diffstat (limited to 'src/commands/utilities/suicide.ts')
-rw-r--r-- | src/commands/utilities/suicide.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/suicide.ts b/src/commands/utilities/suicide.ts index b347f9c..d880215 100644 --- a/src/commands/utilities/suicide.ts +++ b/src/commands/utilities/suicide.ts @@ -1,7 +1,7 @@ import { AllowedMentions, BushCommand, type BushMessage, type BushSlashMessage } from '#lib'; import { MessageEmbed } from 'discord.js'; -export default class TemplateCommand extends BushCommand { +export default class SuicideCommand extends BushCommand { public constructor() { super('suicide', { aliases: ['suicide'], |