aboutsummaryrefslogtreecommitdiff
path: root/commands.py
diff options
context:
space:
mode:
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()