diff options
| author | xPolar <[email protected]> | 2021-07-28 16:54:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-28 19:54:58 -0400 |
| commit | dd8168f902c6a10c2141031ff7bcae4e1c4d823e (patch) | |
| tree | fb36c390b712554e58850db196fe47b46f082b64 /discord | |
| parent | Add reason kwarg to more methods (diff) | |
| download | discord.py-dd8168f902c6a10c2141031ff7bcae4e1c4d823e.tar.xz discord.py-dd8168f902c6a10c2141031ff7bcae4e1c4d823e.zip | |
Fix a typo within the documentation
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. |