Added support for Bot API 7.0

This commit is contained in:
JRoot Junior 2023-12-30 04:40:18 +02:00
parent 756cfeba0a
commit b90eaba684
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
227 changed files with 8807 additions and 1608 deletions

View file

@ -119,16 +119,3 @@ release:
git add .
git commit -m "Release $(shell poetry version -s)"
git tag v$(shell hatch version -s)
butcher_version := 0.1.23
butcher-install:
pip install -U git+ssh://git@github.com/aiogram/butcher.git@v$(butcher_version)
.PHONY: butcher-install
butcher:
butcher parse
butcher refresh
butcher apply all
.PHONY: butcher