aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar minalike <[email protected]>2022-02-22 20:42:01 -0500
committerGravatar minalike <[email protected]>2022-02-22 20:42:01 -0500
commit01e877947a1a0e73d6197cdb7af5a9dd03387337 (patch)
treefe0d7bdaaf1d953eb343a167f9abd5cce014a0a7
parent🐛 Fix to correctly calculate number of seconds from last notification (diff)
Fixup: remove extra blank line
-rw-r--r--bot/exts/help_channels/_message.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/help_channels/_message.py b/bot/exts/help_channels/_message.py
index 0aabb9bfb..7ceed9b4d 100644
--- a/bot/exts/help_channels/_message.py
+++ b/bot/exts/help_channels/_message.py
@@ -205,7 +205,6 @@ async def notify_running_low(number_of_channels_left: int, last_notification: Ar
message = f"There are only {number_of_channels_left} dormant channels left. "
message += "Consider participating in some help channels so that we don't run out."
await channel.send(message)
-
except Exception:
# Handle it here cause this feature isn't critical for the functionality of the system.
log.exception("Failed to send notification about running low of dormant channels!")