From 470561666b1cc0afcb1a4a1bb6fea916fb1f4fa2 Mon Sep 17 00:00:00 2001 From: Supositware Date: Sat, 12 Jan 2019 21:05:42 +0100 Subject: [PATCH] had wrong class name --- commands/admin/slowmode.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/admin/slowmode.js b/commands/admin/slowmode.js index b0fd74a..9b9236f 100644 --- a/commands/admin/slowmode.js +++ b/commands/admin/slowmode.js @@ -1,6 +1,6 @@ const { Command } = require('discord-akairo'); -class PruneCommand extends Command { +class SlowmodeCommand extends Command { constructor() { super('Slowmode', { aliases: ['slowmode', 'slow'], @@ -56,4 +56,4 @@ class PruneCommand extends Command { } } -module.exports = PruneCommand; \ No newline at end of file +module.exports = SlowmodeCommand; \ No newline at end of file