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,