dyno-bot/bug-module-master/configs/optional_configuration_files/tokenConf.json

31 lines
518 B
JSON
Raw Normal View History

2020-09-12 20:08:48 +02:00
{
"bot": {
"id": "bot id",
"token": "Need not fill this as we import token in config.js file"
},
"sentry": "",
"webhooks": {
"status": {
"id": "",
"token": ""
},
"loader": {
"id": "",
"token": ""
},
"error": {
"id": "",
"token": ""
},
"misc": {
"id": "",
"token": ""
}
},
"API": {
"example": "token"
}
}