Files
DB-Management-Telegram-Bot/bot/handlers/common.py
T
2025-12-30 18:57:48 +03:30

5 lines
163 B
Python

def register(bot):
@bot.message_handler(func=lambda message: True)
def handle_unknown(message):
bot.reply_to(message, f"You said: {message.text}")