Select Intent
Hello
How can I know which Intent I need for my bot?
The bot only use Slash command use buttons etc.
7 Replies
the event objects have a property you can use to get the relevant intents
Do you have an example? I'm not sure to understand
Solution
kordex collects the required intents in the extension using a fake intents builder and then enables the required intents if configured to do so
not sure what you're doing specifically
Ok thanks ! That's my need
But, after put all my used event, the intent is empty. Is it possible that my bot doesn't need any intent? 🤔
Yeah
Well, I presume that I will have more performance because I will not receive some events
That's nice thanks