1. How to confirm you added your bot successfully 2. How to configure matterbridge to use the Discord bot.

Nick 2020-10-14 13:46:56 -04:00
parent 53e04a2584
commit 44e81c2b9e

@ -38,6 +38,24 @@ Now select your sever, then click authorize.
![Authorize Bot](https://i.imgur.com/d2pcKIY.png)
Solve reCAPTCHA if necessary
![2020-10-14-133937_317x178_scrot](https://user-images.githubusercontent.com/987487/96025132-b8616680-0e22-11eb-983b-a9e10426965f.png)
Then you should see
![Authorized](https://i.imgur.com/dae0LKN.png)
You can confirm the bot is added under Your Guild > Settings > Integrations > Bots and Apps, and in your #general channel you should see "A wild [bot name] appeared!".
Take the bot's token (the _token_, not the client ID) and add it to your matterbridge config like so:
```
[discord.yourbridgename]
Token="NzY1OTgwMjA2Nzc4Mjg2MTIx.X4csqA.HO0F0tg7rvnVrv70kMhQcdXikjY"
# Server (REQUIRED) is the ID or name of the guild to connect to, selected from the guilds the bot has been invited to
Server="70489999999999999999"
```
That's it! Now you can start your bot and enjoy chatting!