How do I make the bot appear in Discord activities?
Hello!
How do I make the bot appear in Discord activities?
I couldn't find any tutorial explaining it.
I know that the activities are in HTML, but I don't know how to implement them in the Bot.
Here is the image so you can better understand what type of activity I'm talking about.
6 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPdiscord.js doesn't support activities. But discord has an example repo. (See above)
You need to install the "Embedded App SDK", right?
It allows you to use all of the functions. I'm not sure if it's 100% necessary, it will make your life easier tho.
Thanks for the help!
Before talking to you, I had asked other servers in Brazil, but no one knew what Discord ACTIVITIES were.
Thanks again.