Listen to button clicks again after server reboot
Hi, I just need a general guidance on how to properly setup an event listener for button clicks after my client/server restarts.
I tried the
messageReactionAdd
event listener but it doesn't work.
I also have this but it doesn't work after client reboots as well.
I save the message id on a db but I'm not sure I can respawn it during ready
event and make the bot listen for button clicks again.1 Reply
Nevermind, I found my fault.