Need better documentation around authentication Follow night_beast April 28, 2019 18:04 We need to be able to know what permissions are required for what action & if they need to be bot or user authenticated. For example, on the /guilds/{guild.id} endpoint, nowhere on that page does it mention the type of auth (bot vs user) and what scopes (user) or permissions(bot) is needed for that endpoint. 10