diff options
| -rw-r--r-- | discord/ext/commands/errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index beec98f5..541a9833 100644 --- a/discord/ext/commands/errors.py +++ b/discord/ext/commands/errors.py @@ -289,7 +289,7 @@ class ChannelNotFound(BadArgument): Attributes ----------- - channel: :class:`str` + argument: :class:`str` The channel supplied by the caller that was not found """ def __init__(self, argument): |