README update

This commit is contained in:
2025-10-03 14:45:26 +03:00
parent ceb8e87939
commit 7e5939394d
7 changed files with 47 additions and 57 deletions

View File

@@ -12,9 +12,9 @@ from .states import StartSG
start_dialog = Dialog(
Window(
Format("Привет, {user.fullname}"),
Start(Const("📃 события"), id="events", state=EventsSG.events_list),
Start(Const("📃 мероприятия"), id="events", state=EventsSG.events_list),
Start(
Const("✏️ создать событие"),
Const("✏️ создать мероприятие"),
id="create_event",
state=NewEventSG.input_title,
when="is_admin",