Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 220 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 220 Bytes

HavenBot

Initialize a venv:

python3 -m venv ~/.bot
source ~/.bot/bin/activate

Install requirements:

pip3 install -r requirements.txt

Add a .env file: (example)

DISCORD_TOKEN=(insert discord token)