diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index a28aadf1..e09e0c6b 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -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. `);