From 952a3a7849d4694cc3e4aa89021d3c976cdc537b Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Fri, 23 Sep 2022 22:12:26 +0100 Subject: Remove all wait_until_guil_available as this is now done in bot-core --- bot/bot.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bot/bot.py') diff --git a/bot/bot.py b/bot/bot.py index 9309f50c..636946f1 100644 --- a/bot/bot.py +++ b/bot/bot.py @@ -42,7 +42,6 @@ class Bot(BotBase): async def log_to_dev_log(self, title: str, details: str = None, *, icon: str = None) -> None: """Send an embed message to the dev-log channel.""" - await self.wait_until_guild_available() devlog = self.get_channel(constants.Channels.devlog) if not icon: -- cgit v1.2.3