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.