This commit is contained in:
Dragon Fire
2024-04-13 01:26:28 -04:00
parent 9787f14b2b
commit 32de6c3766
+1 -1
View File
@@ -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,