Remove Help Examples

This commit is contained in:
Daniel Odendahl Jr
2017-04-23 17:03:17 +00:00
parent 37c9eb32ef
commit bc7153ec91
103 changed files with 112 additions and 227 deletions
+1 -6
View File
@@ -6,16 +6,11 @@ module.exports = class PruneCommand extends Command {
name: 'prune',
aliases: [
'clean',
'cleanchannel',
'prunemessages',
'cleanmessages',
'clearmessages',
'bulkdelete'
],
group: 'moderation',
memberName: 'prune',
description: 'Deletes a defined number of messages from the current channel, up to 99. (x;prune 45)',
examples: ['x;prune 45'],
description: 'Deletes a specified number of messages from the current channel, up to 99.',
guildOnly: true,
throttling: {
usages: 1,