had wrong class name

This commit is contained in:
Supositware 2019-01-12 21:05:42 +01:00
parent 21ac918af7
commit 470561666b

View file

@ -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;