From dd8168f902c6a10c2141031ff7bcae4e1c4d823e Mon Sep 17 00:00:00 2001 From: xPolar <50601857+xPolar@users.noreply.github.com> Date: Wed, 28 Jul 2021 16:54:58 -0700 Subject: [PATCH] Fix a typo within the documentation --- discord/invite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/invite.py b/discord/invite.py index 7c0ac6b49..288438c98 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.