mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Document the necessity of the "Manage Webhooks" permission
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user