mirror of
https://github.com/42wim/matterbridge.git
synced 2025-04-20 14:47:55 +02:00
1. How to confirm you added your bot successfully 2. How to configure matterbridge to use the Discord bot.
parent
53e04a2584
commit
44e81c2b9e
@ -38,6 +38,24 @@ Now select your sever, then click authorize.
|
||||
|
||||

|
||||
|
||||
Solve reCAPTCHA if necessary
|
||||
|
||||

|
||||
|
||||
Then you should see
|
||||
|
||||

|
||||
|
||||
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!
|
Loading…
x
Reference in New Issue
Block a user