diff options
| author | ToxicKidz <[email protected]> | 2021-07-07 20:15:18 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-07 20:15:18 -0400 |
| commit | 3cb539d91b600b5dcfe36ae1fe0acb6705ac232e (patch) | |
| tree | 808b1c59bc36c1867994c95e4f52544d2ee180f9 /discord/ext | |
| parent | [commands] Add ThreadConverter (diff) | |
| download | discord.py-3cb539d91b600b5dcfe36ae1fe0acb6705ac232e.tar.xz discord.py-3cb539d91b600b5dcfe36ae1fe0acb6705ac232e.zip | |
[commands] Document the thread converter
Diffstat (limited to 'discord/ext')
| -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 ----------- |