diff --git a/src/components/ui.py b/src/components/ui.py index 6ee4feb..0de955b 100644 --- a/src/components/ui.py +++ b/src/components/ui.py @@ -21,7 +21,7 @@ class KeyboardBuilderImpl(IKeyboardBuilder): if is_admin: buttons.extend([ [InlineKeyboardButton(text="⚙️ Админ панель", callback_data="admin_panel")], - [InlineKeyboardButton(text="➕ Создать розыгрыш", callback_data="create_lottery")] + [InlineKeyboardButton(text="➕ Создать розыгрыш", callback_data="admin_create_lottery")] ]) return InlineKeyboardMarkup(inline_keyboard=buttons)