Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.06 KB

BoilerplateDiscordBot

BoilerplateDiscordBot is a boilerplate Discord Bot built based on my work on BakedBeansBot, ComputerMan, and Bonobot.

Requirements

Using Docker

Using Docker is generally recommended (but not stricly required) because it abstracts away some additional set up work.

The requirements for Docker are:

Setup

You should create a .env file based on example.env. to pass environment variables (e.g. Discord Bot Token) to your program.

pipenv install # For creating a virtualenv

Run the project

The project can either be run via pipenv or docker-compose.

Run on the host

pipenv run start

Run with Docker

pipenv run docker