Add /reminders command
Motivation
We have the /remind command that lets users create reminders.
Its easy to forget about all currently pending reminders though and sometimes an user would like to review them before they are actually triggered.
Overview
Since we have all pending reminders for all users in the database, we could easily add a /reminders command that shows (as ephemeral message) all pending reminders of the current user.
UX
The reminders could be shown as embeds, one by one. And be limited to max ~10, sorted by when they are fired off (soonest first). It should also state the total amount of pending reminders, in case it was limited.
Details can be figured out once the first proof of concept is there.
(originally proposed by @illuminator3)
what about make /reminder add and /reminder list subcommands instead, like we're doing for bookmark command
im fine with that as well