feat(bot): trim time menu to Now + Custom only
This commit is contained in:
parent
9e180b65a2
commit
bafcc5284a
@ -359,9 +359,6 @@ export function reminderTimeMenu(): MenuView {
|
||||
const keyboard = new InlineKeyboard()
|
||||
.text("🕐 Now", "rm_t:now")
|
||||
.row()
|
||||
.text("🌅 Tomorrow 9 AM", "rm_t:tomorrow_9am")
|
||||
.text("📅 Next Mon 9 AM", "rm_t:next_mon_9am")
|
||||
.row()
|
||||
.text("📆 Custom day & time", "rm_t:custom")
|
||||
.row()
|
||||
.text("⬅ Cancel", "m:reminders");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user