aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlame442 <[email protected]>2019-09-30 19:07:04 -0400
committerRapptz <[email protected]>2019-10-17 05:56:01 -0400
commit5cad76370eada458e3b8a5bea01b6a2c54572a1c (patch)
tree39c5d60985d6219e8aa691a5f0e0c64740a5c9df
parentDocument Command.cog property (diff)
downloaddiscord.py-5cad76370eada458e3b8a5bea01b6a2c54572a1c.tar.xz
discord.py-5cad76370eada458e3b8a5bea01b6a2c54572a1c.zip
[commands] Fix grammar
Either implies that there will be two things, there is only one.
-rw-r--r--docs/ext/commands/commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst
index dd5047b9..fbf87fc2 100644
--- a/docs/ext/commands/commands.rst
+++ b/docs/ext/commands/commands.rst
@@ -560,7 +560,7 @@ This command can be invoked any of the following ways:
Error Handling
----------------
-When our commands fail to either parse we will, by default, receive a noisy error in ``stderr`` of our console that tells us
+When our commands fail to parse we will, by default, receive a noisy error in ``stderr`` of our console that tells us
that an error has happened and has been silently ignored.
In order to handle our errors, we must use something called an error handler. There is a global error handler, called