diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index 574dca9f2..00fa6e3f9 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. """