fix(arabot): change class name

This commit is contained in:
smyalygames 2023-01-15 12:31:43 +00:00
parent 3fd2e8acdd
commit 83a5fdee8d

View File

@ -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;