another commit
This commit is contained in:
@ -43,6 +43,6 @@ def settings() -> keyboard:
|
||||
def edit_name() -> keyboard:
|
||||
return keyboard(
|
||||
keyboard=[
|
||||
[button(text="❌ Отмена", callback_data="settings")],
|
||||
[button(text="❌ Отмена", callback_data="cancel")],
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user