This commit is contained in:
Dragon Fire
2024-04-13 01:08:09 -04:00
parent 425d76afe4
commit adfbefb427
+1 -1
View File
@@ -67,7 +67,7 @@ module.exports = class LieSwatterCommand extends Command {
let choices; let choices;
try { try {
choices = await msg.channel.awaitMessageComponent({ choices = await msg.channel.awaitMessageComponent({
filter: res => awaitedPlayers.includes(res.author.id), filter: res => awaitedPlayers.includes(res.user.id),
max: pts.size, max: pts.size,
time: 30000 time: 30000
}); });