chore: remove unused placeholder file for settings functions
All checks were successful
Build and Push Docker Images / build (push) Successful in 44s
All checks were successful
Build and Push Docker Images / build (push) Successful in 44s
Signed-off-by: UdoChudo <stream@udochudo.ru>
This commit is contained in:
parent
8b34d79f4e
commit
e55e330c50
@ -1,15 +0,0 @@
|
|||||||
# app/bot/handlers/settings.py
|
|
||||||
from telebot.types import Message
|
|
||||||
from app.bot.keyboards.main_menu import get_main_menu
|
|
||||||
from app.bot.keyboards.settings_menu import get_settings_menu
|
|
||||||
|
|
||||||
def register_handlers(bot,app):
|
|
||||||
|
|
||||||
|
|
||||||
@bot.message_handler(func=lambda msg: msg.text == "Режим уведомлений")
|
|
||||||
def handle_notify_mode(message: Message):
|
|
||||||
bot.send_message(message.chat.id, "⚙️ Настройка режима уведомлений пока не реализована.")
|
|
||||||
|
|
||||||
@bot.message_handler(func=lambda msg: msg.text == "Назад")
|
|
||||||
def handle_back(message: Message):
|
|
||||||
bot.send_message(message.chat.id, "Возврат в главное меню", reply_markup=get_main_menu())
|
|
||||||
Loading…
x
Reference in New Issue
Block a user