mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 12:44:17 +02:00
fix(arabot): fix class naming
This commit is contained in:
parent
479db1a1c6
commit
7127d1dfe8
@ -24,7 +24,7 @@ import { Args, Command, RegisterBehavior } from '@sapphire/framework';
|
||||
import type { Message } from 'discord.js';
|
||||
import { ChannelType } from 'discord.js';
|
||||
|
||||
class AnonymousCommand extends Command {
|
||||
class MoveAllCommand extends Command {
|
||||
public constructor(context: Command.Context, options: Command.Options) {
|
||||
super(context, {
|
||||
...options,
|
||||
@ -179,4 +179,4 @@ class AnonymousCommand extends Command {
|
||||
}
|
||||
}
|
||||
|
||||
export default AnonymousCommand;
|
||||
export default MoveAllCommand;
|
||||
|
Loading…
x
Reference in New Issue
Block a user