diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/ext/commands/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index 0f162cff..0f0185be 100644 --- a/discord/ext/commands/errors.py +++ b/discord/ext/commands/errors.py @@ -342,7 +342,7 @@ class ThreadNotFound(BadArgument): This inherits from :exc:`BadArgument` - ..versionadded:: 2.0 + .. versionadded:: 2.0 Attributes ----------- |