aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/exts/utilities/logging.py')
-rw-r--r--bot/exts/utilities/logging.py2
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