Initial commit
This commit is contained in:
commit
250ed0e40f
6 changed files with 297 additions and 0 deletions
5
launch.sh
Executable file
5
launch.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
python bot.py
|
Loading…
Add table
Add a link
Reference in a new issue