Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 323 Bytes

Discord bot to handle emails, and possibly other functions in the future, for the UGAHacks team Discord

To launch:

Run: $python3 -m venv venv

$source venvbin/activate

$pip3 install -r requirements.txt

Create a .env file with these variables:

TOKEN =

EMAIL =

PASSWORD =

EMAIL_CHANNEL_ID =

LOG_CHANNEL_ID =