diff options
Diffstat (limited to 'discord/invite.py')
| -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 939c6293..d4d7d3d0 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -265,7 +265,7 @@ class Invite(Hashable): revoked: :class:`bool` Indicates if the invite has been revoked. created_at: :class:`datetime.datetime` - A datetime object denoting the time the invite was created. + An aware UTC datetime object denoting the time the invite was created. temporary: :class:`bool` Indicates that the invite grants temporary membership. If ``True``, members who joined via this invite will be kicked upon disconnect. |