aboutsummaryrefslogtreecommitdiff
path: root/commands.py
diff options
context:
space:
mode:
authorhuker667 <huker@tuta.io>2026-05-24 22:26:14 +0300
committerhuker667 <huker@tuta.io>2026-05-24 22:26:14 +0300
commite0a29460aad1824b2582450462063054a0f37ece (patch)
treeac8d154bbe8c16b65b42e60c0697286cf881d030 /commands.py
parent9733c264e9c2d44a19b8b3d87a9b070311926771 (diff)
downloaduzbekgpt-e0a29460aad1824b2582450462063054a0f37ece.tar.gz
uzbekgpt-e0a29460aad1824b2582450462063054a0f37ece.tar.bz2
uzbekgpt-e0a29460aad1824b2582450462063054a0f37ece.zip
da mensh code
Diffstat (limited to 'commands.py')
-rw-r--r--commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands.py b/commands.py
index afec430..27d2dca 100644
--- a/commands.py
+++ b/commands.py
@@ -29,6 +29,8 @@ from supergenerator import *
router = Router()
+commands = ["/stats", "/broadcast", "/ben", "/reporn", "/start", "/prompt", "/config", "/settings", "/clear"]
+
@router.message(Command("stats"))
async def stats_handler(message: Message):
users = get_all_users()