From 89e9beee44232bcb11f725c94d15029ce16d7473 Mon Sep 17 00:00:00 2001 From: Janet Blackquill Date: Sat, 18 Dec 2021 16:52:58 -0500 Subject: [PATCH] Created Section Harmony (basic) (markdown) --- Section-Harmony-(basic).md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Section-Harmony-(basic).md diff --git a/Section-Harmony-(basic).md b/Section-Harmony-(basic).md new file mode 100644 index 0000000..5e42629 --- /dev/null +++ b/Section-Harmony-(basic).md @@ -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}" +``` \ No newline at end of file