From 2cb27e98f1f862188ac2eab1246426c1f35c9e21 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 21 Nov 2020 20:30:31 -0500 Subject: [PATCH] Fix --- commands/edit-image/yu-gi-oh-gen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. `);