From ec000c43e0d1020ae2598937460990adaf5c8d05 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 25 May 2017 04:00:06 +0000 Subject: [PATCH] Fix Error in Spacing --- commands/moderation/prune.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/moderation/prune.js b/commands/moderation/prune.js index ed15dd52..a3b80ffd 100644 --- a/commands/moderation/prune.js +++ b/commands/moderation/prune.js @@ -9,9 +9,9 @@ module.exports = class PruneCommand extends Command { description: 'Deletes a specified number of messages from the current channel, up to 99.', guildOnly: true, throttling: { - usages: 1, - duration: 15 - }, + usages: 1, + duration: 15 + }, args: [ { key: 'count',