BraveNetwork / LinBot

Open source, general-purpose Discord chat bot written in C#
https://bravenetwork.github.io/
MIT License
2 stars 0 forks source link

Command to cancel a reminder #14

Closed Navi-King closed 6 years ago

Navi-King commented 6 years ago

Right now reminders can be set with .remind, but there is no way to cancel a reminder once it's set. Reminders have an internal ID and a user ID associated with them already. The reminder confirmation should display the internal ID of the reminder and the original creator of the reminder should be able to cancel the reminder with a command like .rdel [ID].

Bonus: regardless of whether it's a channel or private reminder, LinBot DMs the user with the reminder text and ID in addition to posting the confirmation in the channel the command is executed in so that it's easy for people to find a reminder if they want to cancel it.

ghost commented 6 years ago

This is already scheduled to be done either today or tomorrow.

.remindlist and .remindrm

Will be the 2 commands with which you will list or delete your own reminders.

Navi-King commented 6 years ago

Awesome, thanks!