From 33e4b76f9e28da85360aef4e9e37178a398eebda Mon Sep 17 00:00:00 2001 From: Danilo Rezende <50598421+returnDanilo@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:13:13 -0300 Subject: [PATCH] docs: fix typos in AutoBot Signed-off-by: Danilo Rezende <50598421+returnDanilo@users.noreply.github.com> --- twitchio/ext/commands/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. """