aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-09-23 22:12:26 +0100
committerGravatar Chris Lovering <[email protected]>2022-09-23 22:12:26 +0100
commit952a3a7849d4694cc3e4aa89021d3c976cdc537b (patch)
tree4d9a9684d6c0d8f1f749355353fbadb7fd89960b /bot/bot.py
parentUpdate 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.py1
1 files changed, 0 insertions, 1 deletions
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: