Browse Source

Fix typo in add_cog doc

pull/7683/head
HigherOrderLogic 3 years ago
committed by GitHub
parent
commit
3e70a4e798
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/bot.py

2
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

Loading…
Cancel
Save