feat: initial commit

This commit is contained in:
devilreef 2026-01-08 21:52:19 +06:00
commit c4514cd4c4
19 changed files with 4403 additions and 0 deletions

15
config.json.example Normal file
View 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 }
]
}
]
}