Adds an error message presented to the user when bulk-deleting messages that are >= 14 days old. This makes it clear to the user why the command failed so it can be attempted with fewer messages.
Any helpful knowledge/context for the reviewer?
Is a re-seeding of the database necessary? No
Any new dependencies to install? No
Any special requirements to test?
(e.g., admin perms, alt account, etc.)
Please make sure you've attempted to meet the following coding standards
[X] Code has been tested and does not produce errors
[X] Code is readable and formatted
[X] There isn't any unnecessary commented-out code
What issue is this solving?
Closes #338
Description
Adds an error message presented to the user when bulk-deleting messages that are >= 14 days old. This makes it clear to the user why the command failed so it can be attempted with fewer messages.
Any helpful knowledge/context for the reviewer?
Please make sure you've attempted to meet the following coding standards