Various Fixes and Improvements

This commit is contained in:
Dragon Fire
2020-11-22 01:02:11 -05:00
parent 134836de7e
commit aa95415abb
9 changed files with 18 additions and 27 deletions
+2 -1
View File
@@ -183,7 +183,8 @@ module.exports = class YuGiOhGenCommand extends Command {
return res.toLowerCase();
}
async determineName(msg) {
async determineName(msg, monsterType) {
if (monsterType === 'token') return 'Token';
await msg.reply(stripIndents`
What name should your card have?
Respond with \`cancel\` to cancel the command. The command will automatically be cancelled in 60 seconds.