bot/config.example.json

17 lines
198 B
JSON
Raw Normal View History

2023-06-05 14:06:03 +09:00
{
"bot": {
"owner_ID": "",
2024-06-08 22:51:02 +09:00
"token": ""
2023-06-05 14:06:03 +09:00
},
"train": {
"user_ID": ""
},
"mysql": {
"user": "",
"host": "",
"password": "",
"database": "",
"port": 3306
}
}