bot icon indicating copy to clipboard operation
bot copied to clipboard

Add ability to delete multiple reminders at once & display mentions in `!remind list`.

Open TizzySaurus opened this issue 3 years ago • 0 comments

Part 1 of #2231.

Delete Multiple Reminders This has been tested with the help of @ichard26 (thanks!).

The behaviour behind the deletion is still the exact same (you can't delete others' reminders unless you're an admin), just has been reformatted to account for the fact that a lock needs to be applied to each individual id.

There's also some changes to prevent a message being sent for each deletion fail -- we instead send one message after processing all ids.

All reminders successfully deleted: image

Some reminders successfully deleted: image

No reminders were successfully deleted: image

Display Mentions !remind list will now display the .mention attribute, instead of the .name attribute to be clearer.

Before: image

After: image

TizzySaurus avatar Jul 25 '22 21:07 TizzySaurus