From bc0e214b9833db83ef0d569484316fc198474299 Mon Sep 17 00:00:00 2001 From: BeatButton Date: Tue, 12 Jan 2021 00:34:23 -0700 Subject: [PATCH] [commands] Correct ChannelNotFound docstring --- discord/ext/commands/errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):