Browse Source
[commands] Correct ChannelNotFound docstring
pull/6304/head
BeatButton
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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): |
|
|
|