From 94c44cfddd4ef07519e44fd58c11bc09d19b862a Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 7 Jun 2021 18:13:27 -0400 Subject: [PATCH] Fix --- commands/games-sp/true-or-false.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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