bot/config.example.json

18 lines
216 B
JSON
Raw Normal View History

2024-06-27 11:40:36 +00:00
{
"bot": {
"owner_ID": "",
"token": "",
"prefix": ""
},
"train": {
"user_ID": ""
},
"mysql": {
"user": "",
"host": "",
"password": "",
"database": "",
"port": 3306
}
}