diff --git a/commands/games-sp/true-or-false.js b/commands/games-sp/true-or-false.js index bccfe224..b4ec3acb 100644 --- a/commands/games-sp/true-or-false.js +++ b/commands/games-sp/true-or-false.js @@ -57,7 +57,7 @@ module.exports = class TrueOrFalseCommand extends Command { const filter = res => { if (res.author.id !== msg.author.id) return false; return trueAns.includes(res.content.toLowerCase()) || falseAns.includes(res.content.toLowerCase()); - } + }; const msgs = await msg.channel.awaitMessages(filter, { max: 1, time: 15000