/dndbot

Primary LanguagePython

DnD Scheduler Discord Bot

Dev Set Up

  1. Create a python virutal environment
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Set discord token in environment
export DISCORD_TOKEN=<your discord bot token>
  1. Run
python main.py