inc0gnit
inc0gnit
Explore posts from servers
SIASapphire - Imagine a framework
Created by inc0gnit on 4/13/2023 in #sapphire-support
Slash command and Unknown interaction
Solved, just in case someone faces a similar problem in the future, I was attaching the component collector to the channel instead of the message from the interaction.
- <Channel>.createMessageComponentCollector(…)
+ <Message>.createMessageComponentCollector(…)
- <Channel>.createMessageComponentCollector(…)
+ <Message>.createMessageComponentCollector(…)
5 replies