bot/config.example.json
2023-06-05 14:06:03 +09:00

16 lines
198 B
JSON

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