prepare the help module and general cleanup of files

This commit is contained in:
2023-03-19 21:01:53 +01:00
parent ac39805494
commit 6f43259cad
16 changed files with 280 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
init:
pip install -r requirements.txt
pip install -r requirements.txt
install:
mkdir logs
@@ -7,14 +7,12 @@ install:
cp jeevesbot/secret.json.dist jeevesbot/secret.json
clearlog:
rm jeeves.log
rm logs/jeeves.log*
clean:
rm jeeves.log
rm logs/jeeves.log*
rm jeevesbot/env.py
rm jeevesbot/secret.json
rm -rf jeevesbot/__pycache/
rm -rf __pycache/
lint:
pylint jeeves.py jeevesbot/
rm -rf cogs/__pycache__/
rm -rf jeevesbot/__pycache__/
rm -rf __pycache__/