Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 228 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 228 Bytes

template

🌙 A template project for hikari-crescent.

You can run the template with

python -m venv venv
source venv/bin/activate # check the docs on venvs for your os!
pip install -r requirements.txt
python -m bot