diff options
author | 2022-09-23 22:12:26 +0100 | |
---|---|---|
committer | 2022-09-23 22:12:26 +0100 | |
commit | 952a3a7849d4694cc3e4aa89021d3c976cdc537b (patch) | |
tree | 4d9a9684d6c0d8f1f749355353fbadb7fd89960b /bot/exts/utilities/logging.py | |
parent | Update games cog token refresh logic (diff) |
Remove all wait_until_guil_available as this is now done in bot-core
Diffstat (limited to 'bot/exts/utilities/logging.py')
-rw-r--r-- | bot/exts/utilities/logging.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/exts/utilities/logging.py b/bot/exts/utilities/logging.py index e1d09fdf..83b7025f 100644 --- a/bot/exts/utilities/logging.py +++ b/bot/exts/utilities/logging.py @@ -23,8 +23,6 @@ class Logging(Cog): async def check_channels(self) -> None: """Verifies that all channel constants refer to channels which exist.""" - await self.bot.wait_until_guild_available() - if constants.Client.debug: log.info("Skipping Channels Check.") return |