Discord/config_example.json

38 lines
912 B
JSON
Raw Normal View History

2023-05-02 16:46:15 +03:00
{
"token": "",
"owner": 0,
"guild": 0,
"admins": [],
"status": "crying clowns",
"database": {
"user": null,
"password": null,
"host": "127.0.0.1",
"port": 27017,
"name": "holo_discord"
},
"logging": {
"size": 512,
"location": "logs"
2023-05-04 17:13:29 +03:00
},
2023-05-06 18:08:16 +03:00
"defaults": {
"user": {
"customrole": null,
"customchannel": null
}
},
2023-05-04 17:13:29 +03:00
"categories": {
2023-05-06 15:44:42 +03:00
"customchannels": 0
2023-05-04 17:13:29 +03:00
},
2023-05-06 18:08:16 +03:00
"channels": {
"text": {
"rules": 0,
"welcome": 0
},
"voice": {}
},
"bots": {},
"messages": {
"welcome": "Вітаємо {mention} на сервері HoloUA! Будь ласка, ознайомся з правилами серверу на каналі {rules}. Сподіваємося, тобі тут сподобається!"
}
2023-05-02 16:46:15 +03:00
}