aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py
diff options
context:
space:
mode:
authorGravatar kosayoda <[email protected]>2020-07-16 11:45:15 +0800
committerGravatar kosayoda <[email protected]>2020-07-16 11:45:15 +0800
commit776b4379c478284803a4a526b5f14fe63d8e7c01 (patch)
tree2d4ae71d586e5fb75146cd18b46939028cdeeb78 /tests/helpers.py
parentMerge pull request #1041 from python-discord/dm_relay (diff)
Remove duplicate reminder deletion.
The function `_delete_reminder` was called twice, once in `schedule_reminder`, which calls `send_reminder`, then another in `send_reminder` itself. This led to a 404 response from the site api, as the reminder was already deleted the first time. Fixes BOT-6W
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions