Skip to content

Commit

Permalink
[commands] Correct ChannelNotFound docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatButton authored Jan 12, 2021
1 parent c09cf77 commit bc0e214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/commands/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bc0e214

Please sign in to comment.