Discord interface
CURRENTLY ON DEVELOPMENT
OctoBot uses the Discord interface to post alerts in a discord chat.
Add in user/config.json in the services key :
"discord": {
"token": "YOUR_BOT_TOKEN",
"channel_id": "YOUR_CHANNEL_ID"
}
Exemple:
"services": {
"a service": {
},
"discord": {
"token": "YOUR_BOT_TOKEN",
"channel_id": "YOUR_CHANNEL_ID"
},
"another service": {
}
}
Last modified 1yr ago