Avoid deleting reminders silently #3015
Labels
a: utility
Related to utility commands: (bot, eval, extensions, jams, reminders, snekbox, utils)
p: 2 - normal
Normal Priority
s: planning
Discussing details
t: bug
Something isn't working
Currently a reminder will be ignored+deleted if the bot cannot get the channel it was meant to reply in:
bot/bot/exts/utils/reminders.py
Lines 112 to 124 in 324cb65
This could happen if the remind command was run in a thread, or a channel that was deleted.
There are a couple of options here:
#bot-commands
#bot-commands
if it failed to send. Is it ok to send reminders that may have been run in a private channel to a public channel though?#bot-commands
- avoids ever leaking anything and is simple, but they don't get the contents.This is an edge case so I think whatever the solution it should be as simple as possible, just something better than not reminding the user(s) at all.
The text was updated successfully, but these errors were encountered: