Discord/config_example.json

22 lines
399 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
},
"categories": {
2023-05-06 15:44:42 +03:00
"customchannels": 0
2023-05-04 17:13:29 +03:00
},
"bots": {}
2023-05-02 16:46:15 +03:00
}