Document the necessity of the "Manage Webhooks" permission

Ben Wiederhake 2022-03-08 18:58:38 +01:00
parent a2724bd350
commit a42bca4862

@ -39,7 +39,9 @@ Now it's time to invite your bot to your server. Don't worry about your bot bein
Change the client_id to your Client ID under App Details, then go to this URL
```https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=0```
```https://discordapp.com/oauth2/authorize?&client_id=YOUR_CLIENT_ID_HERE&scope=bot&permissions=536870912```
The weird number (536870912 = 0x20000000) corresponds to the "Manage Webhooks" permission. If you don't want to use `AutoWebhooks=true`, then you can use `0` instead.
Now select your server, then click authorize.