mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Various Fixes and Improvements
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user