File size: 172 Bytes
e26cd2e
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

echo "Activating virtual environment..."
source venv/bin/activate

echo "Starting the bot..."
python main.py

echo "Press any key to continue..."
read -n 1 -s