feat(bot): trim time menu to Now + Custom only

This commit is contained in:
yiekheng 2026-05-09 18:15:13 +08:00
parent 9e180b65a2
commit bafcc5284a

View File

@ -359,9 +359,6 @@ export function reminderTimeMenu(): MenuView {
const keyboard = new InlineKeyboard() const keyboard = new InlineKeyboard()
.text("🕐 Now", "rm_t:now") .text("🕐 Now", "rm_t:now")
.row() .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") .text("📆 Custom day & time", "rm_t:custom")
.row() .row()
.text("⬅ Cancel", "m:reminders"); .text("⬅ Cancel", "m:reminders");