diff --git a/config_example.json b/config_example.json index 22a24e8..ba0d436 100644 --- a/config_example.json +++ b/config_example.json @@ -15,8 +15,24 @@ "size": 512, "location": "logs" }, + "defaults": { + "user": { + "customrole": null, + "customchannel": null + } + }, "categories": { "customchannels": 0 }, - "bots": {} + "channels": { + "text": { + "rules": 0, + "welcome": 0 + }, + "voice": {} + }, + "bots": {}, + "messages": { + "welcome": "Вітаємо {mention} на сервері HoloUA! Будь ласка, ознайомся з правилами серверу на каналі {rules}. Сподіваємося, тобі тут сподобається!" + } } \ No newline at end of file