Added hour option Fixed reminder not working without description Fixed using snowflake instead of timestamp for relative time
9 lines
257 B
Java
9 lines
257 B
Java
package com.alttd.buttonManager.buttons.remindMeConfirm;
|
|
|
|
import com.alttd.database.queries.QueriesReminders.Reminder;
|
|
import net.dv8tion.jda.api.interactions.InteractionHook;
|
|
|
|
record HookAndReminder(Reminder reminder, InteractionHook interactionHook) {
|
|
|
|
}
|