Skip to content

Commit f0472b2

Browse files
authored
Update MemoryCommandExecutor.kt
1 parent 28cc707 commit f0472b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/dev/storozhenko/familybot/feature/ai/MemoryCommandExecutor.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ class MemoryCommandExecutor : CommandExecutor() {
1717
keyboard {
1818
row {
1919
button("Добавить") { "add" }
20-
button("Показать что есть") { "add" }
20+
button("Показать что есть") { "show" }
2121
button("Стереть все") { "clear" }
2222
}
2323
}
2424
}
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)