#Auto Bot permissions

12 messages · Page 1 of 1 (latest)

honest sun
#

This may be a dumb question but is there a way to find out what permissions a bot actually needs?

For context I am going through my codebase and trying to clean up stuff from early development; so I am trying to make sure we only request the perms we actually need. i.e. manage roles, send messages, etc.

If this is not possible with DJS, that's fine, I'd figured I would ask just in case.

Side question not related to DJS but if anyone has resources that I could look at for making an api for a bot I would appreciate it.

void drumBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

austere compass
#

Depends on what your bot does

#

You need to send messages, react to things, moderate users?

#

Your bot use custom emojis?

#

It uses embeds?

#

Here you can read what a permission does

#

Than ask yourself, My bot does this? if it does include the permission

#

And always remember to handle missing permissions

#

This process need to be manual, there isn't any fancy way to detect permissions

honest sun