blob: 1d7a85bb5d36c3181b9e1b1dba81707e7ec2507c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"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"
}
}
|