diff options
| author | Rapptz <[email protected]> | 2019-04-10 00:59:02 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-10 00:59:02 -0400 |
| commit | ef0b2a10923fb53191b0a5c6c3705d22e8bf9792 (patch) | |
| tree | 9049eb33457199577d8e88f3b24582fc19042e76 | |
| parent | Fix voice handshake race condition (diff) | |
| download | discord.py-ef0b2a10923fb53191b0a5c6c3705d22e8bf9792.tar.xz discord.py-ef0b2a10923fb53191b0a5c6c3705d22e8bf9792.zip | |
[commands] Properly name heading for ExtensionError
| -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. """ |