mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Fix
This commit is contained in:
@@ -297,7 +297,7 @@ module.exports = class YuGiOhGenCommand extends Command {
|
||||
async determineDefense(msg, type, monsterType) {
|
||||
if (type !== 'monster') return -1;
|
||||
if (monsterType === 'link') {
|
||||
await msg.reply(`
|
||||
await msg.reply(stripIndents`
|
||||
What link rating should your monster have? From 0-8.
|
||||
Respond with \`cancel\` to cancel the command. The command will automatically be cancelled in 60 seconds.
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user