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