add tariffs stats

This commit is contained in:
Vladless
2025-05-16 08:51:43 +03:00
parent 4d337e3df5
commit 109df2354c
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ bot = Bot(token=API_TOKEN, default=DefaultBotProperties(parse_mode=ParseMode.HTM
storage = MemoryStorage()
dp = Dispatcher(bot=bot, storage=storage)
version = "4.3-dev"
version = "4.3-b160510"
register_middleware(dp)