[commands] Correct ChannelNotFound docstring

This commit is contained in:
BeatButton
2021-01-12 02:34:23 -05:00
committed by GitHub
parent c09cf779a3
commit bc0e214b98
+1 -1
View File
@@ -289,7 +289,7 @@ class ChannelNotFound(BadArgument):
Attributes Attributes
----------- -----------
channel: :class:`str` argument: :class:`str`
The channel supplied by the caller that was not found The channel supplied by the caller that was not found
""" """
def __init__(self, argument): def __init__(self, argument):