Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 565 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 565 Bytes

discord-opsgenie-bot

A Discord bot that allows for Slack-like interaction with Opsgenie alerts from within Discord.

Features

  • React to message to acknowledge, close, and update priority of alerts
  • Embeds for displaying alerts
  • Priority updates when alert updated in Opsgenie

Setup

  1. Clone this repository
  2. Add the required emojis from the /emojis folder to your Discord server
  3. Copy config.js from config.example.js, and fill out values
  4. Run node . to start the bot
  5. (optional) Use a process manager such as PM2 to keep the bot up.