Detect reactions
Hi, I'm trying to simply detect when any reaction has been added to any message. How can I do that?
My end goal is to then check if it's in a certain channel before I store it temporarily, so if there's another way to do that that's also fine.
I've tried using this code on Collectors just to get started understanding them from https://discordjs.guide/popular-topics/collectors.html#message-collectors but it seems like it needs to be in a command, which i'm not sure where in a command it would be since commands have a short life span and this is a more long (2 day) active thing.
Any help appreciated!
My end goal is to then check if it's in a certain channel before I store it temporarily, so if there's another way to do that that's also fine.
I've tried using this code on Collectors just to get started understanding them from https://discordjs.guide/popular-topics/collectors.html#message-collectors but it seems like it needs to be in a command, which i'm not sure where in a command it would be since commands have a short life span and this is a more long (2 day) active thing.
Any help appreciated!
