diff options
author | 2022-02-03 18:45:29 +0000 | |
---|---|---|
committer | 2022-02-03 18:45:29 +0000 | |
commit | e05f3c9124046a304ad402b54a786b7b9f3cdfb1 (patch) | |
tree | 4d405b4205efeef98dbfdf13b84bf413e57b0daa | |
parent | 👌 Remove redundant parenthesis (diff) |
💡 Comment usage of arbitrarily old date
-rw-r--r-- | bot/exts/help_channels/_cog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py index 41d5bbe72..8c93b084d 100644 --- a/bot/exts/help_channels/_cog.py +++ b/bot/exts/help_channels/_cog.py @@ -80,6 +80,7 @@ class HelpChannels(commands.Cog): # Notifications self.notify_interval_seconds = constants.HelpChannels.notify_minutes * 60 + # Using a very old date so that we don't have to use Optional typing. self.last_none_remaining_notification = arrow.get('1815-12-10T18:00:00.00000+00:00') self.last_running_low_notification = arrow.get('1815-12-10T18:00:00.00000+00:00') |