I add command /admin /vadmin /iadmin /hello I create database and I improve code

It's version 0.3.0
This commit is contained in:
Niken
2025-10-11 23:02:30 +03:00
parent cce8c7dc70
commit 772d3d5b83
17 changed files with 349 additions and 18 deletions
+3
View File
@@ -24,6 +24,9 @@ class TelegramBot:
#add addons
self.addons.load("example_addon")
self.addons.load("id")
self.addons.load("send_message")
self.addons.load("poll")
self.addons.load("hello")
async def start(self):
"""Запуск бота"""