Skip to content

Commit b7d8813

Browse files
authored
lint: fix typo (#180)
1 parent 1a362c0 commit b7d8813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_core/_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _connect_statsd(
118118

119119
async def _load_extensions(self, module: types.ModuleType) -> None:
120120
"""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)
121+
log.info("Waiting for guild %d to be available before loading extensions.", self.guild_id)
122122

123123
await self.wait_until_guild_available()
124124
log.info("Loading extensions...")

0 commit comments

Comments
 (0)