permissions
I need to give my bot perfect permissions and I know which to opt in for, but Idk what "use embedded activities" does, if its something simple, please tell me in brief
8 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!also why is there an option for "use slash commands", shouldnt the bot be able to use them by default?
UseEmbeddedActivities
is for starting activities in voice channels
UseApplicationCommands
is for executing application commands, not creating them
bots are unable to do either of these, so these permissions have no effect on your botohh understood, its weird why discord even gave the option for those
that'd be because the list of permissions is the same for all users including bot users
hmm
also one more thing, in the timestamps in embeds, which timezone does the timestamp use, because it doesnt use the timestamp feature where we can hover and check the local time, it sends it as a text. so I find it odd if it can show the local time for everyone
while it doesn't specifically use the timestamp format available in messages, it's still resolved by the users' discord client to show their local time
ohh damnn
thats cool
thanks for your help!