#rps command not showing the reuslt

1 messages · Page 1 of 1 (latest)

daring sandal
acoustic gust
#

Is it reacting to the reactions?

 msg.awaitReactions(filter, {max:1, time: 60000, error: ["time"]}).then()

toxic breachBOT
#

The filter for collectors has moved into the options:

- const collector = message.createReactionCollector(filter, { ...options });
+ const collector = message.createReactionCollector({ filter, ...options });
daring sandal
#

ok

#

ty