From 32de6c376672f8830890c76746bce8791045d071 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 13 Apr 2024 01:26:28 -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 6ffe9494..80944686 100644 --- a/commands/games-mp/lie-swatter.js +++ b/commands/games-mp/lie-swatter.js @@ -108,7 +108,7 @@ module.exports = class LieSwatterCommand extends Command { }); } - async getChoices(msg, text, max, players) { + getChoices(msg, text, max, players) { const collector = msg.channel.createMessageComponentCollector({ filter: res => players.includes(res.user.id), componentType: ComponentType.Button,