bot/config.example.json

20 lines
251 B
JSON

{
"bot": {
"owner_ID": "",
"token": "",
"prefix": ""
},
"train": {
"user_ID": ""
},
"mysql": {
"user": "",
"host": "",
"password": "",
"database": "",
"port": 3306
},
"api": {
"opendict": ""
}
}