mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-10 07:49:48 +00:00
[commands] Document argument attribute in BadInviteArgument
This commit is contained in:
parent
e73a805bd7
commit
1f053e0a32
@ -478,6 +478,11 @@ class BadInviteArgument(BadArgument):
|
|||||||
This inherits from :exc:`BadArgument`
|
This inherits from :exc:`BadArgument`
|
||||||
|
|
||||||
.. versionadded:: 1.5
|
.. versionadded:: 1.5
|
||||||
|
|
||||||
|
Attributes
|
||||||
|
-----------
|
||||||
|
argument: :class:`str`
|
||||||
|
The invite supplied by the caller that was not valid
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, argument: str) -> None:
|
def __init__(self, argument: str) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user