This commit is contained in:
Dragon Fire
2020-11-21 20:30:31 -05:00
parent f9b5bcda11
commit 2cb27e98f1
+1 -1
View File
@@ -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.
`);