readme
This commit is contained in:
parent
930627613f
commit
2e65c7acae
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -12,6 +12,20 @@ A simple non-puppeting bridge between Matrix and Discord written in Python.
|
|||
|
||||
* Edit `config.json`
|
||||
|
||||
```
|
||||
{
|
||||
"homeserver": "https://matrix.org",
|
||||
"username": "@name:matrix.org",
|
||||
"password": "my-secret-password",
|
||||
"token": "my-secret-token",
|
||||
"discord_prefix": "my-command-prefix", # Prefix for Discord commands
|
||||
"bridge": {
|
||||
"channel_id": "room_id", # Bridge multiple channels and rooms
|
||||
"channel_id2": "room_id2"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
* Normal Discord bot functionality like commands can be added to the bot via [cogs](https://discordpy.readthedocs.io/en/latest/ext/commands/cogs.html), example [here](https://gist.github.com/EvieePy/d78c061a4798ae81be9825468fe146be).
|
||||
|
||||
* Apply `use_client_emojis.patch` to make the Discord bot use emojis from all it's servers.
|
||||
|
|
Loading…
Reference in a new issue