feat: initial commit
This commit is contained in:
commit
c4514cd4c4
19 changed files with 4403 additions and 0 deletions
15
config.json.example
Normal file
15
config.json.example
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"telegram": {
|
||||
"chatId": "-100123456789"
|
||||
},
|
||||
"servers": [
|
||||
{
|
||||
"name": "Hytale",
|
||||
"guildId": "123456789012345678",
|
||||
"roles": [
|
||||
{ "id": "111111111111111111", "name": "Developer", "topicId": 5 },
|
||||
{ "id": "222222222222222222", "name": "Moderator", "topicId": 6 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue