diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index beec98f58..541a98334 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):