Alex's Bot is a discord bot, built primarily by Alex.
- copy the config from
example_config.py
toconfig.py
- setup your virtual enviroment:
python3.8 -m venv venv
- activate the venv
- install deps
pip install -r requirements.txt
- run the startup file
python setup.py
- bot can be started with
python bot.py