git clone https://github.com/EnisMulic/MSG-Z.git
cd MSG-Z
cp example.env .env
pip install pipenv
pipenv shell
pipenv install
python bot.py
alembic revision --autogenerate -m "<Message>"
alembic upgrade head
git clone https://github.com/EnisMulic/MSG-Z.git
cd MSG-Z
cp example.env .env
pip install pipenv
pipenv shell
pipenv install
python bot.py
alembic revision --autogenerate -m "<Message>"
alembic upgrade head