diff options
| author | Sebastian Law <[email protected]> | 2021-04-07 04:12:52 -0700 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-15 08:57:08 -0400 |
| commit | 3ad795ab6a232b7b27ee1276962867bb2e5738bf (patch) | |
| tree | 1d2c3499b0c2fe0103d2ff136cc1c50cbb8cb63a /docs/ext | |
| parent | Version bump to v1.7.1 (diff) | |
| download | discord.py-3ad795ab6a232b7b27ee1276962867bb2e5738bf.tar.xz discord.py-3ad795ab6a232b7b27ee1276962867bb2e5738bf.zip | |
[docs] add label to basic converters section
Diffstat (limited to 'docs/ext')
| -rw-r--r-- | docs/ext/commands/commands.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst index 235e63ce..ab1d4357 100644 --- a/docs/ext/commands/commands.rst +++ b/docs/ext/commands/commands.rst @@ -193,6 +193,8 @@ Converters come in a few flavours: - A custom class that inherits from :class:`~ext.commands.Converter`. +.. _ext_commands_basic_converters: + Basic Converters ++++++++++++++++++ |