We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2292278 commit 585789bCopy full SHA for 585789b
twitchio/ext/commands/bot.py
@@ -812,7 +812,7 @@ def modules(self) -> Mapping[str, types.ModuleType]:
812
class AutoBot(Bot, AutoClient):
813
"""The TwitchIO :class:`~twitchio.ext.commands.AutoBot` class used to easily manage Twitch Conduits and Shards.
814
815
- 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
816
:class:`~twitchio.AutoClient`. See: :class:`~twitchio.AutoClient` for more details on how this class differs from
817
the :class:`~twitchio.ext.commands.Bot` which inherits from :class:`~twitchio.Client`.
818
"""
0 commit comments