[commands] Correct ChannelNotFound docstring

This commit is contained in:
BeatButton 2021-01-12 00:34:23 -07:00 committed by GitHub
parent c09cf779a3
commit bc0e214b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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):