From b7d8813ddfb45fcb0245200cc824cb1ab0a8ec85 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Mon, 5 Jun 2023 05:38:43 -0500 Subject: lint: fix typo (#180) --- pydis_core/_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pydis_core/_bot.py') diff --git a/pydis_core/_bot.py b/pydis_core/_bot.py index 57336460..10cab457 100644 --- a/pydis_core/_bot.py +++ b/pydis_core/_bot.py @@ -118,7 +118,7 @@ class BotBase(commands.Bot): async def _load_extensions(self, module: types.ModuleType) -> None: """Load all the extensions within the given module and save them to ``self.all_extensions``.""" - 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) await self.wait_until_guild_available() log.info("Loading extensions...") -- cgit v1.2.3