dmab/config.json.sample

12 lines
347 B
Plaintext

{
"discord_token": "goeshere",
"matrix_token": "goeshere",
"matrix_userid": "@examplebot:example.org",
"matrix_homeserver": "https://matrix.example.org",
"rooms": {
"REMOVE_ME": "key is discord channel id as string, value is matrix room"
"123456789": "!yadayada:matrix.example.org",
"133333337": "!yadayadamore:matrix.example.org"
}
}