diff --git a/twitchio/ext/commands/bot.py b/twitchio/ext/commands/bot.py index e7365ee0..6326e0f5 100644 --- a/twitchio/ext/commands/bot.py +++ b/twitchio/ext/commands/bot.py @@ -812,7 +812,7 @@ def modules(self) -> Mapping[str, types.ModuleType]: class AutoBot(Bot, AutoClient): """The TwitchIO :class:`~twitchio.ext.commands.AutoBot` class used to easily manage Twitch Conduits and Shards. - This class beahves idential to :class:`~twitchio.ext.commands.Bot` with the addition of inheriting from + This class behaves identically to :class:`~twitchio.ext.commands.Bot` with the addition of inheriting from :class:`~twitchio.AutoClient`. See: :class:`~twitchio.AutoClient` for more details on how this class differs from the :class:`~twitchio.ext.commands.Bot` which inherits from :class:`~twitchio.Client`. """