HigherOrderLogic
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|