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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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