Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion twitchio/ext/commands/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
"""
Expand Down
Loading