Skip to content

BoilerplateDiscordBot is a template for a Discord.py Bot

License

Notifications You must be signed in to change notification settings

RPITechTalks/BoilerplateDiscordBot

Repository files navigation

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

About

BoilerplateDiscordBot is a template for a Discord.py Bot

Topics

Resources

License

Stars

Watchers

Forks