Discord/config_example.json
2023-05-06 17:51:18 +02:00

42 lines
985 B
JSON

{
"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"
},
"defaults": {
"user": {
"customrole": null,
"customchannel": null
}
},
"categories": {
"customchannels": 0
},
"channels": {
"text": {
"rules": 0,
"welcome": 0,
"adminchat": 0
},
"voice": {}
},
"roles": {
"moderator": 0
},
"bots": {},
"messages": {
"welcome": "Вітаємо {mention} на сервері HoloUA! Будь ласка, ознайомся з правилами серверу на каналі {rules}. Сподіваємося, тобі тут сподобається!"
}
}