fix(arabot): change class name

This commit is contained in:
smyalygames 2023-01-15 18:10:40 +00:00
parent 4fe6420cb2
commit c6d44083e7

View File

@ -29,7 +29,7 @@ import {
} from 'discord.js'; } from 'discord.js';
import IDs from '../../utils/ids'; import IDs from '../../utils/ids';
class BanCommand extends Command { class PrivateCommand extends Command {
public constructor(context: Command.Context, options: Command.Options) { public constructor(context: Command.Context, options: Command.Options) {
super(context, { super(context, {
...options, ...options,
@ -355,4 +355,4 @@ class BanCommand extends Command {
} }
} }
export default BanCommand; export default PrivateCommand;