Appearance
Pushover
Pushover is a mobile notification app. It is used as an optional notification system for the Discord and Telegram bots to notify admins about errors, violations, and new messages. Admins can track message issues and concerns without having to go to the Discord and Telegrams apps unless needed.
To change Pushover groups and tokens go to the Pushover website and log in with the owner's account. Currently it is warren@api3.org.
Activation
Enable pushover using the config.json files for both (or either) the Telegram and Discord bots.
json
{
...,
"pushover": {
"enabled": true,
...
}
}View the remainder of the Pushover config keys in config.json file for The Daily.

