Skip to content

hongzhi5/StudyBot

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published