# deploy a new version
flyctl deploy
- Get bot_token from @BotFather
- Copy
.env.example
to.env
and fill in theBOT_TOKEN
- Install dependencies
poetry install
- Start bot and listen to changes
poe dev
poe format
poe check
poe lint
# deploy a new version
flyctl deploy
.env.example
to .env
and fill in the BOT_TOKEN
poetry install
poe dev
poe format
poe check
poe lint