Word of the Day, TONS of new aliases

This commit is contained in:
Daniel Odendahl Jr
2017-09-25 13:45:57 +00:00
parent 515fb8dc8c
commit d9d9219ddc
54 changed files with 86 additions and 18 deletions
+1
View File
@@ -4,6 +4,7 @@ module.exports = class ClearChannelCommand extends Command {
constructor(client) {
super(client, {
name: 'clear-channel',
aliases: ['prune-all'],
group: 'moderation',
memberName: 'clear-channel',
description: 'Deletes all messages in a channel by cloning it and then deleting it.',