diff options
Diffstat (limited to 'commands/quote.js')
| -rw-r--r-- | commands/quote.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/quote.js b/commands/quote.js index 133c9eb..e7cdbf9 100644 --- a/commands/quote.js +++ b/commands/quote.js @@ -2,7 +2,7 @@ const atquotes = require('at-quotes'); module.exports = { name: 'quote', - aliases: ['quotes'], + aliases: ['quotes', 'q'], description: '', execute(msg, args, bot) { if (!args.length) { |