Fix various bugs, more aliases

This commit is contained in:
Dragon Fire
2020-04-23 18:18:15 -04:00
parent bca96c594f
commit 0e29e8c74b
13 changed files with 49 additions and 64 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = class SuggestCommandCommand extends Command {
constructor(client) {
super(client, {
name: 'suggest-command',
aliases: ['command-suggestion', 'command-suggest'],
aliases: ['command-suggestion', 'command-suggest', 'suggest-cmd', 'cmd-suggest'],
group: 'random-res',
memberName: 'suggest-command',
description: 'Suggests a random command for you to try.'