mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
Specify the unit for max_age
arg in GuildChannel.create_invite()
This commit is contained in:
parent
79276da17e
commit
fbb7add01a
@ -689,7 +689,7 @@ class GuildChannel:
|
||||
Parameters
|
||||
------------
|
||||
max_age: :class:`int`
|
||||
How long the invite should last. If it's 0 then the invite
|
||||
How long the invite should last in seconds. If it's 0 then the invite
|
||||
doesn't expire. Defaults to 0.
|
||||
max_uses: :class:`int`
|
||||
How many uses the invite could be used for. If it's 0 then there
|
||||
|
Loading…
x
Reference in New Issue
Block a user