From 3e70a4e7980bdb5d06c5cbf312d2949aadfbe9d1 Mon Sep 17 00:00:00 2001 From: HigherOrderLogic <73709188+HigherOrderLogic@users.noreply.github.com> Date: Mon, 14 Mar 2022 12:33:34 +0700 Subject: [PATCH] Fix typo in add_cog doc --- discord/ext/commands/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index f74ce3f5b..c73fd5204 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -574,7 +574,7 @@ class BotBase(GroupMixin[None]): .. note:: - Exceptions raised inside a `class`:.Cog:'s :meth:`~.Cog.cog_load` method will be + Exceptions raised inside a :class:`.Cog`'s :meth:`~.Cog.cog_load` method will be propagated to the caller. .. versionchanged:: 2.0