diff options
| -rw-r--r-- | discord/ext/commands/errors.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index 574dca9f..00fa6e3f 100644 --- a/discord/ext/commands/errors.py +++ b/discord/ext/commands/errors.py @@ -291,8 +291,8 @@ class ExtensionError(DiscordException): This inherits from :exc:`~discord.DiscordException`. - Parameter - ----------- + Attributes + ------------ name: :class:`str` The extension that had an error. """ |