bot/config.example.json

17 lines
198 B
JSON
Raw Normal View History

2023-06-05 05:06:03 +00:00
{
"bot": {
"owner_ID": "",
"token": ""
},
"train": {
"user_ID": ""
},
"mysql": {
"user": "",
"host": "",
"password": "",
"database": "",
"port": 3306
}
}