diff options
| author | Rapptz <[email protected]> | 2019-02-23 04:10:10 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-02-23 04:10:10 -0500 |
| commit | caf3d17d4aa3ce45435bb96ea6d99317bfef8618 (patch) | |
| tree | d8bff0494efd7ba51d011ab4b7a9d30009eeae6d /docs/ext/commands/index.rst | |
| parent | [commands] Fix up wording on HelpFormatter.get_ending_note (diff) | |
| download | discord.py-caf3d17d4aa3ce45435bb96ea6d99317bfef8618.tar.xz discord.py-caf3d17d4aa3ce45435bb96ea6d99317bfef8618.zip | |
Rework entire cog system and partially document it and extensions.
Diffstat (limited to 'docs/ext/commands/index.rst')
| -rw-r--r-- | docs/ext/commands/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ext/commands/index.rst b/docs/ext/commands/index.rst index 559597c3..df7f0781 100644 --- a/docs/ext/commands/index.rst +++ b/docs/ext/commands/index.rst @@ -11,4 +11,6 @@ extension library that handles this for you. :maxdepth: 2 commands + cogs + extensions api |