bot/config.example.json

21 lines
251 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
2024-07-13 12:17:24 +00:00
},
"api": {
"opendict": ""
2024-06-27 11:40:36 +00:00
}
}