Update admin.py
This commit is contained in:
@@ -672,6 +672,10 @@ def get_welcome_text_keyboard(language: str = "ru") -> InlineKeyboardMarkup:
|
||||
InlineKeyboardButton(text="📝 Изменить текст", callback_data="edit_welcome_text"),
|
||||
InlineKeyboardButton(text="👁️ Показать текущий", callback_data="show_welcome_text")
|
||||
],
|
||||
[
|
||||
InlineKeyboardButton(text="🔍 Предварительный просмотр", callback_data="preview_welcome_text"),
|
||||
InlineKeyboardButton(text="💡 Помощь с плейсхолдерами", callback_data="show_placeholders_help")
|
||||
],
|
||||
[
|
||||
InlineKeyboardButton(text="🔄 Сбросить на стандартный", callback_data="reset_welcome_text")
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user