Browse Source

Minor spelling fixes

pull/4/head
Wolfiri 9 years ago
committed by GitHub
parent
commit
743fd6b53e
  1. 4
      disco/types/invite.py

4
disco/types/invite.py

@ -19,13 +19,13 @@ class Invite(Model):
channel : :class:`disco.types.channel.Channel` channel : :class:`disco.types.channel.Channel`
The channel this invite is for. The channel this invite is for.
max_age : int max_age : int
The time after this invites creation at which it expires. The time after this invite's creation at which it expires.
max_uses : int max_uses : int
The maximum number of uses. The maximum number of uses.
uses : int uses : int
The current number of times the invite was used. The current number of times the invite was used.
temporary : bool temporary : bool
Whether this invite only grants temporary memborship. Whether this invite only grants temporary membership.
created_at : datetime created_at : datetime
When this invite was created. When this invite was created.
""" """

Loading…
Cancel
Save