diff options
author | 2022-09-23 22:12:26 +0100 | |
---|---|---|
committer | 2022-09-23 22:12:26 +0100 | |
commit | 952a3a7849d4694cc3e4aa89021d3c976cdc537b (patch) | |
tree | 4d9a9684d6c0d8f1f749355353fbadb7fd89960b /bot/bot.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/bot.py')
-rw-r--r-- | bot/bot.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |