Initial commit

This commit is contained in:
Pierre Berthe 2024-02-04 18:36:45 +01:00
commit 250ed0e40f
6 changed files with 297 additions and 0 deletions

5
launch.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
source .venv/bin/activate
pip install -r requirements.txt
python bot.py