Initial commit

This commit is contained in:
2023-05-02 15:46:15 +02:00
parent 553d982224
commit 86de0dc6aa
8 changed files with 134 additions and 0 deletions

18
config_example.json Normal file
View File

@@ -0,0 +1,18 @@
{
"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"
}
}