We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a362c0 commit b7d8813Copy full SHA for b7d8813
pydis_core/_bot.py
@@ -118,7 +118,7 @@ def _connect_statsd(
118
119
async def _load_extensions(self, module: types.ModuleType) -> None:
120
"""Load all the extensions within the given module and save them to ``self.all_extensions``."""
121
- log.info("Waiting for guild %d to be avialable before loading extensions.", self.guild_id)
+ log.info("Waiting for guild %d to be available before loading extensions.", self.guild_id)
122
123
await self.wait_until_guild_available()
124
log.info("Loading extensions...")
0 commit comments