Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 465 Bytes

Alex's Bot

Code style: black

Alex's Bot is a discord bot, built primarily by Alex.

Setup

  1. copy the config from example_config.py to config.py
  2. setup your virtual enviroment: python3.8 -m venv venv
  3. activate the venv
  4. install deps pip install -r requirements.txt
  5. run the startup file python setup.py
  6. bot can be started with python bot.py