Removing previous code, adding register and cancelRegister buttons with DM replies

This commit is contained in:
2025-11-29 19:51:53 +01:00
parent 670c0dc556
commit aa3c656537
4 changed files with 42 additions and 120 deletions
+1 -3
View File
@@ -4,6 +4,4 @@ import configparser
import json
import os
async def error(update: Update, context: ContextTypes.DEFAULT_TYPE):
await update.message.reply_text("nope")
return