Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 671 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 671 Bytes

Opel Bot

Simple Discord bot that handles webhooks for the Opel-Vauxhall server.

New Reddit posts on certain subreddits and new RSS feed articles from Opel Post are submitted to a news channel.

Env variables

Create an .env file in the root of the folder to spin up the bot with the following variables:

# Serving Port
PORT=<Express Serving Port>

# Discord
TOKEN=<Discord App Token>
CLIENT_ID=<Discord App Client ID>
GUILD_ID=<Discord Server ID>

# Channels
NEWS_CHANNEL=<Discord Server Channel ID>

# Docker Compose
HOST=<Express Hosting Domain>
EMAIL=<Your Email Address>