Community discord bot for people who #pretend-to-learn-to-code. Invite Link
Currently hosting and deploying to Railway
Requires at least python 3.8.
Create your own .env file based on .env.example. You can create a bot and grab the token from the Discord Developer Portal
Create venv: python3 -m venv myenv
Activate venv: source myenv/bin/activate
Install packages: pip install --no-cache-dir -U -r requirements.txt
Run: python3 start.py.
Deactivate venv: deactivate