Fix Error in Spacing

This commit is contained in:
Daniel Odendahl Jr
2017-05-25 04:00:06 +00:00
parent 8b97eaa069
commit ec000c43e0
+3 -3
View File
@@ -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',