#Bot permissions help
25 messages · Page 1 of 1 (latest)
- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- 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 OP
When you generate an OAuth2 invite link you can choose the permissions
Getting Started: Building your first Discord app - Step 1: Creating an app > Adding scopes and bot permissions
read more
Yes
Take a look at this
i have number 8 as scope
this is administrator .. also all permission or?
permissions=8&integration_type=0&scope=bot
8 is full admin?
or must i check all inputs? without admin?
No don't make the link yourself, use the generator on the developer portal
i use this ..
but i want send the full link to you 😉
i dont want
so
this is admin .. but it shows me the same picture ..
or the last one?
but i mean with administrator the bot has full permissions ...
on the assumption the screenshot is from the integrations tab of your server's settings, the listed permissions are just explicit about what specifically has been granted and what has not
giving your bot admin already effectively grants those other perms
there is no point in giving your bot admin and everything else
So for me it makes no sense to set admin permissions, which then aren't there. I've now selected everything except admin and now it's correct... somehow pointless
Nevertheless, thank you for your help at this late hour!