diff --git a/commands/games-sp/true-or-false.js b/commands/games-sp/true-or-false.js index 285316f5..0c0b95a9 100644 --- a/commands/games-sp/true-or-false.js +++ b/commands/games-sp/true-or-false.js @@ -56,7 +56,7 @@ module.exports = class TrueOrFalseCommand extends Command { **You have 15 seconds to answer this question.** ${decodeURIComponent(body.results[0].question)} `, { components: [row] }); - const filter = res => res.author.id !== msg.author.id; + const filter = res => res.author.id === msg.author.id; const interactions = await questionMsg.awaitMessageComponentInteractions(filter, { max: 1, time: 15000