mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-16 18:59:09 +00:00
[commands] Correct ChannelNotFound docstring
This commit is contained in:
parent
c09cf779a3
commit
bc0e214b98
@ -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):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user