mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 08:24:16 +02:00
fix(arabot): change class name
This commit is contained in:
parent
4fe6420cb2
commit
c6d44083e7
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user