diff --git a/commands/games-mp/lie-swatter.js b/commands/games-mp/lie-swatter.js index 2d6b3f9c..7c284149 100644 --- a/commands/games-mp/lie-swatter.js +++ b/commands/games-mp/lie-swatter.js @@ -67,7 +67,7 @@ module.exports = class LieSwatterCommand extends Command { let choices; try { choices = await msg.channel.awaitMessageComponent({ - filter: res => awaitedPlayers.includes(res.author.id), + filter: res => awaitedPlayers.includes(res.user.id), max: pts.size, time: 30000 });