mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 01:04:13 +02:00
fix(arabot): change class name
This commit is contained in:
parent
4fe6420cb2
commit
c6d44083e7
@ -29,7 +29,7 @@ import {
|
||||
} from 'discord.js';
|
||||
import IDs from '../../utils/ids';
|
||||
|
||||
class BanCommand extends Command {
|
||||
class PrivateCommand extends Command {
|
||||
public constructor(context: Command.Context, options: Command.Options) {
|
||||
super(context, {
|
||||
...options,
|
||||
@ -355,4 +355,4 @@ class BanCommand extends Command {
|
||||
}
|
||||
}
|
||||
|
||||
export default BanCommand;
|
||||
export default PrivateCommand;
|
||||
|
Loading…
x
Reference in New Issue
Block a user