Welcome to the repository of Langara Computer Science Club's discord bot, peregrine!
Come chat in #club-projects on our discord server if you have any questions or comments :)
- information on langara courses
- ephemeral channel
- basic automoderation
- More functionality coming soon™️
Requires Python 3.7+
This project is setup to be run with Docker on our cloud server, but you can also run it by itself for testing/development.
Note that pushing to main will automatically update the live discord bot. (If anyone knows how to do this properly with cogs instead of the current messy system PLEASE LMK)
git pull
to clone this projectcd peregrine2
to enter the directorypython -m venv venv
to create a virtual environment- download the required libraries
python -m pip install -r requirements.txt
- populate
.env
- run with
python python/main.py
DISCORD_BOT_TOKEN
: Your bot token from discord