diff options
| author | AXVin <[email protected]> | 2021-07-21 12:22:33 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-21 02:52:33 -0400 |
| commit | 980d6abbead8b98d647f7acfa5fe67363cf40397 (patch) | |
| tree | c7a4e5e304159a32ee9d863c42eccae8cf6afbfe /docs | |
| parent | Add format_dt to utils __all__ (diff) | |
| download | discord.py-980d6abbead8b98d647f7acfa5fe67363cf40397.tar.xz discord.py-980d6abbead8b98d647f7acfa5fe67363cf40397.zip | |
Fix typo in commands documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ext/commands/commands.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst index caa848b3..f205be2a 100644 --- a/docs/ext/commands/commands.rst +++ b/docs/ext/commands/commands.rst @@ -5,7 +5,7 @@ Commands ========== -One of the most appealing aspect of the command extension is how easy it is to define commands and +One of the most appealing aspects of the command extension is how easy it is to define commands and how you can arbitrarily nest groups and commands to have a rich sub-command system. Commands are defined by attaching it to a regular Python function. The command is then invoked by the user using a similar |