diff --git a/redbot/core/bot.py b/redbot/core/bot.py index 2ffc7395a..15cff52d6 100644 --- a/redbot/core/bot.py +++ b/redbot/core/bot.py @@ -320,7 +320,7 @@ class RedBase( Parameters ---------- cog_name: str - This should be the cog's qualified name, not neccessarily the classname + This should be the cog's qualified name, not necessarily the classname guild_id: int Returns diff --git a/redbot/core/settings_caches.py b/redbot/core/settings_caches.py index aeabb76ca..4568f066a 100644 --- a/redbot/core/settings_caches.py +++ b/redbot/core/settings_caches.py @@ -320,7 +320,7 @@ class DisabledCogCache: Parameters ---------- cog_name: str - This should be the cog's qualified name, not neccessarily the classname + This should be the cog's qualified name, not necessarily the classname guild_id: int Returns @@ -347,7 +347,7 @@ class DisabledCogCache: Parameters ---------- cog_name: str - This should be the cog's qualified name, not neccessarily the classname + This should be the cog's qualified name, not necessarily the classname """ await self._config.custom("COG_DISABLE_SETTINGS", cog_name, 0).disabled.set(True) del self._disable_map[cog_name] @@ -359,7 +359,7 @@ class DisabledCogCache: Parameters ---------- cog_name: str - This should be the cog's qualified name, not neccessarily the classname + This should be the cog's qualified name, not necessarily the classname """ await self._config.custom("COG_DISABLE_SETTINGS", cog_name, 0).disabled.clear() del self._disable_map[cog_name] @@ -371,7 +371,7 @@ class DisabledCogCache: Parameters ---------- cog_name: str - This should be the cog's qualified name, not neccessarily the classname + This should be the cog's qualified name, not necessarily the classname guild_id: int Returns @@ -395,7 +395,7 @@ class DisabledCogCache: Parameters ---------- cog_name: str - This should be the cog's qualified name, not neccessarily the classname + This should be the cog's qualified name, not necessarily the classname guild_id: int Returns