From e0a29460aad1824b2582450462063054a0f37ece Mon Sep 17 00:00:00 2001 From: huker667 Date: Sun, 24 May 2026 22:26:14 +0300 Subject: da mensh code --- commands.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commands.py') 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() -- cgit v1.3.1