nuclearGoblin / Dungeon-AI

A discord bot for running DCW
MIT License
1 stars 0 forks source link

Fine-tune Discord Bot Permissions #4

Open nuclearGoblin opened 1 month ago

nuclearGoblin commented 1 month ago

Currently, the bot requests permissions that may not be necessary, such as reading messages. We should fine-tune the bot's permissions so that it is only requesting strictly necessary priveleges.

nuclearGoblin commented 3 weeks ago

Okay, the only scope it absolutely needs based on reading the scopes page is bot. I want to keep it as slim as possible, so I'll leave it at that, give that a test run, and then we can stick with that if it works.

nuclearGoblin commented 3 weeks ago

Actually, applications.commands is an element of bot and appears to be smaller -- if this is sufficient it's a better choice.