Browse Source

Fix a typo within the documentation

pull/7297/head
xPolar 4 years ago
committed by GitHub
parent
commit
dd8168f902
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/invite.py

2
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.

Loading…
Cancel
Save