mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-29 15:49:30 +01:00
Created Section Harmony (basic) (markdown)
parent
6808f76afa
commit
89e9beee44
18
Section-Harmony-(basic).md
Normal file
18
Section-Harmony-(basic).md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
:warning: Create a dedicated bot user first. It will not relay messages from yourself if you use your own account.
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[harmony.myharmony]
|
||||||
|
# The homeserver for your community: preferably with protocol and port specified.
|
||||||
|
Homeserver = "https://chat.harmonyapp.io:2289"
|
||||||
|
# The session token for your bridge bot's account. Marking it as a bot generally means
|
||||||
|
# servers will persist session tokens indefinitely.
|
||||||
|
Token = "your token goes here"
|
||||||
|
# The user ID of the bot account. This is needed so the bot knows who itself is without needing
|
||||||
|
# to send an extranetwork request every startup.
|
||||||
|
UserID = "user id of the bot account"
|
||||||
|
# The ID of the guild your bot will bridge channels in.
|
||||||
|
Community = "community id that channels will be located in"
|
||||||
|
|
||||||
|
UseUserName = true
|
||||||
|
RemoteNickFormat = "{NICK}"
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user