Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 336 Bytes

File metadata and controls

13 lines (11 loc) · 336 Bytes

discordBot-tutorial

used as part of Tech Workshop for Dummies

Setup Instructions

python -m pip install -r requirements.txt
cd discordBot/discordBot_django
python django_manage.py makemigrations
python django_manage.py migrate
cd ../
BOT_TOKEN='BOT_TOKEN' GUILD_ID='GUILD_ID' python main.py