diff options
| author | Rapptz <[email protected]> | 2020-01-22 21:12:02 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-22 21:12:02 -0500 |
| commit | 2ba28bbfe2e78b2ef7e305aeb8bc878e4ce6c463 (patch) | |
| tree | 78b13c342ae1145d326a45319e4b98c9c93aef71 /docs/ext | |
| parent | Fix up some links and mention IDENTIFY change (diff) | |
| download | discord.py-2ba28bbfe2e78b2ef7e305aeb8bc878e4ce6c463.tar.xz discord.py-2ba28bbfe2e78b2ef7e305aeb8bc878e4ce6c463.zip | |
One last superfluous .0 in versionadded
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/commands/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ext/commands/api.rst b/docs/ext/commands/api.rst index 8dfeec37..bfc07067 100644 --- a/docs/ext/commands/api.rst +++ b/docs/ext/commands/api.rst @@ -141,7 +141,7 @@ Enums The role bucket operates on a per-role basis. - .. versionadded:: 1.3.0 + .. versionadded:: 1.3 .. _ext_commands_api_checks: |