Browse Source

[commands] Correct ChannelNotFound docstring

pull/6304/head
BeatButton 4 years ago
committed by GitHub
parent
commit
bc0e214b98
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/errors.py

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

Loading…
Cancel
Save