Stasium
Stasium
SIASapphire - Imagine a framework
Created by nexxel on 3/18/2023 in #sapphire-support
How do I listen for reactions on all messages in a channel?
discordjs guide has an example
16 replies
SIASapphire - Imagine a framework
Created by nexxel on 3/18/2023 in #sapphire-support
How do I listen for reactions on all messages in a channel?
have a look at partials then
16 replies
SIASapphire - Imagine a framework
Created by nexxel on 3/18/2023 in #sapphire-support
How do I listen for reactions on all messages in a channel?
cached messages are messages that has been sent after the bot is online, so once you restart the bot the previous messages are no longer cached
16 replies
SIASapphire - Imagine a framework
Created by nexxel on 3/18/2023 in #sapphire-support
How do I listen for reactions on all messages in a channel?
Do you have the GuildMessageReactions Intent enabled? And that event only triggers on cached messages so you would also need to enable the partials for reaction and I believe message.
16 replies