This commit is contained in:
Dragon Fire
2024-04-13 01:25:18 -04:00
parent 030f0fb82a
commit 9787f14b2b
+1 -1
View File
@@ -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 = [];