A Discord bot that allows for Slack-like interaction with Opsgenie alerts from within Discord.
- React to message to acknowledge, close, and update priority of alerts
- Embeds for displaying alerts
- Priority updates when alert updated in Opsgenie
- Clone this repository
- Add the required emojis from the /emojis folder to your Discord server
- Copy
config.js
fromconfig.example.js
, and fill out values - Run
node .
to start the bot - (optional) Use a process manager such as PM2 to keep the bot up.