mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-11-14 19:45:41 -05:00
Info from issue #12
This commit is contained in:
parent
7094f71f43
commit
e89cd0fff7
17
README.md
17
README.md
@ -75,6 +75,22 @@ The guide below provides information on how to setup a Discord bot.
|
|||||||
[Create a Discord Bot](https://discordpy.readthedocs.io/en/latest/discord.html)
|
[Create a Discord Bot](https://discordpy.readthedocs.io/en/latest/discord.html)
|
||||||
|
|
||||||
Individual Discord servers need to invite the bot before it can connect.
|
Individual Discord servers need to invite the bot before it can connect.
|
||||||
|
The bot requires the following permissions:
|
||||||
|
* View Channels
|
||||||
|
* See Messages
|
||||||
|
* Read Message History
|
||||||
|
* Voice Channel Connect
|
||||||
|
* Voice Channel Speak
|
||||||
|
* Voice Channel Use Voice Activity
|
||||||
|
|
||||||
|
|
||||||
|
### Finding Discord CID and GID
|
||||||
|
|
||||||
|
Discord GID is a unique ID linked to one Discord Server, also called Guild. CID is similarly a unique ID for a Discord Channel. To find these you need to set Discord into developer Mode.
|
||||||
|
|
||||||
|
[Instructions to enable Discord Developer Mode](https://discordia.me/en/developer-mode)
|
||||||
|
|
||||||
|
Then you can get the GID by right-clicking your server and selecting Copy-ID. Similarly the CID can be found right clicking the voice channel and selecting Copy ID.
|
||||||
|
|
||||||
### Binary
|
### Binary
|
||||||
|
|
||||||
@ -132,6 +148,7 @@ go build -o mumble-discord-bridge *.go
|
|||||||
make mumble-discord-bridge
|
make mumble-discord-bridge
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
|
|
||||||
Currently there is an issue opening the discord voice channel.
|
Currently there is an issue opening the discord voice channel.
|
||||||
|
Loading…
Reference in New Issue
Block a user