Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 419 Bytes

Study Discord Bot

Local Development Quick Start

> cd group-discord-bot-local-env
> docker-compose up
> source /env/bin/activate

create a local .env

> touch .env

add the following to your .env file

DISCORD_BOT_TOKEN=REPLACE_THIS_WITH_YOUR_DISCORD_BOT_TOKEN
MONGODB_CONNECTION_STRING=mongodb://root:password@localhost/study_bot_db?authSource=admin
> python bot.py