Remove memberName (leftover Commando thing)

This commit is contained in:
Dragon Fire
2024-05-21 21:02:12 -04:00
parent b10c604473
commit bd02c6b1c4
516 changed files with 3 additions and 518 deletions
-1
View File
@@ -7,7 +7,6 @@ module.exports = class SuggestCommandCommand extends Command {
name: 'suggest-command',
aliases: ['command-suggestion', 'command-suggest', 'suggest-cmd', 'cmd-suggest'],
group: 'random-res',
memberName: 'suggest-command',
description: 'Suggests a random command for you to try.'
});
}