Discord/config_example.json
2023-05-04 16:13:29 +02:00

22 lines
398 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"
},
"categories": {
"customchannel": 0
},
"bots": {}
}