From b3a78816f78c08cfc96f33fdf4f1244cb556067f Mon Sep 17 00:00:00 2001 From: profitroll Date: Sat, 6 May 2023 17:08:16 +0200 Subject: [PATCH] Added new config keys --- config_example.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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