From 9787f14b2bd77979301fb1f5f16757622534295e Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 13 Apr 2024 01:25:18 -0400 Subject: [PATCH] Fix lint --- commands/games-mp/lie-swatter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/lie-swatter.js b/commands/games-mp/lie-swatter.js index a87b15ef..6ffe9494 100644 --- a/commands/games-mp/lie-swatter.js +++ b/commands/games-mp/lie-swatter.js @@ -112,7 +112,7 @@ module.exports = class LieSwatterCommand extends Command { const collector = msg.channel.createMessageComponentCollector({ filter: res => players.includes(res.user.id), componentType: ComponentType.Button, - max: max, + max, time: 30000 }); const answers = [];