diff options
| author | Sebastian Law <[email protected]> | 2021-04-07 04:12:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-07 07:12:52 -0400 |
| commit | ece7064e64ecd34da04dc56b935cf696a9d6c310 (patch) | |
| tree | e50ab90ce853033f56911245b7f8fa820740d601 /docs | |
| parent | Fix headers in partial webhook channel and guild objects (diff) | |
| download | discord.py-ece7064e64ecd34da04dc56b935cf696a9d6c310.tar.xz discord.py-ece7064e64ecd34da04dc56b935cf696a9d6c310.zip | |
[docs] add label to basic converters section
Diffstat (limited to 'docs')
| -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 8746a150..5e13425b 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 ++++++++++++++++++ |