had wrong class name
This commit is contained in:
parent
21ac918af7
commit
470561666b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
const { Command } = require('discord-akairo');
|
const { Command } = require('discord-akairo');
|
||||||
|
|
||||||
class PruneCommand extends Command {
|
class SlowmodeCommand extends Command {
|
||||||
constructor() {
|
constructor() {
|
||||||
super('Slowmode', {
|
super('Slowmode', {
|
||||||
aliases: ['slowmode', 'slow'],
|
aliases: ['slowmode', 'slow'],
|
||||||
|
@ -56,4 +56,4 @@ class PruneCommand extends Command {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = PruneCommand;
|
module.exports = SlowmodeCommand;
|
Loading…
Reference in a new issue