diff options
Diffstat (limited to 'discord')
| -rw-r--r-- | discord/invite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/invite.py b/discord/invite.py index 7c0ac6b4..288438c9 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -257,7 +257,7 @@ class Invite(Hashable): Attributes ----------- max_age: :class:`int` - How long the before the invite expires in seconds. + How long before the invite expires in seconds. A value of ``0`` indicates that it doesn't expire. code: :class:`str` The URL fragment used for the invite. |