Auto-Aliases

This commit is contained in:
Daniel Odendahl Jr
2017-05-07 17:34:59 +00:00
parent 0a1bc41b26
commit 52e299b1b4
44 changed files with 83 additions and 89 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class CoinFlipCommand extends Command {
super(client, {
name: 'coin',
aliases: [
'coinflip',
'coin-flip',
'flip'
],
group: 'response',