mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
[commands] Fix grammar
Either implies that there will be two things, there is only one.
This commit is contained in:
parent
07840db053
commit
5cad76370e
@ -560,7 +560,7 @@ This command can be invoked any of the following ways:
|
|||||||
Error Handling
|
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.
|
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
|
In order to handle our errors, we must use something called an error handler. There is a global error handler, called
|
||||||
|
Loading…
x
Reference in New Issue
Block a user