diff --git a/commands/edit-image/yu-gi-oh-gen.js b/commands/edit-image/yu-gi-oh-gen.js index a7a172e5..71611533 100644 --- a/commands/edit-image/yu-gi-oh-gen.js +++ b/commands/edit-image/yu-gi-oh-gen.js @@ -167,7 +167,7 @@ module.exports = class YuGiOhGenCommand extends Command { const filter = res => { if (res.author.id !== msg.author.id) return false; return res.content.toLowerCase() === 'cancel' || monsterTypes.includes(res.content.toLowerCase()); - } + }; const msgs = await msg.channel.awaitMessages(filter, { max: 1, time: 60000 @@ -202,7 +202,7 @@ module.exports = class YuGiOhGenCommand extends Command { const filter = res => { if (res.author.id !== msg.author.id) return false; return res.content.toLowerCase() === 'cancel' || atrs.includes(res.content.toLowerCase()); - } + }; const msgs = await msg.channel.awaitMessages(filter, { max: 1, time: 60000