mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 12:44:17 +02:00
fix(arabot): change class name
This commit is contained in:
parent
3fd2e8acdd
commit
83a5fdee8d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user