diff --git a/src/commands/roles/vegan.ts b/src/commands/roles/vegan.ts index ba5c8bc..d91c6d8 100644 --- a/src/commands/roles/vegan.ts +++ b/src/commands/roles/vegan.ts @@ -21,7 +21,7 @@ import { Args, Command, RegisterBehavior } from '@sapphire/framework'; import type { GuildMember, Message } from 'discord.js'; import IDs from '../../utils/ids'; -class VegCuriousCommand extends Command { +class VeganCommand extends Command { public constructor(context: Command.Context, options: Command.Options) { super(context, { ...options, @@ -186,4 +186,4 @@ class VegCuriousCommand extends Command { } } -export default VegCuriousCommand; +export default VeganCommand;