Update invitelink function
This commit is contained in:
@@ -13,12 +13,11 @@ class Utility(commands.Cog):
|
|||||||
|
|
||||||
|
|
||||||
@commands.command(name="invitelink", aliases=["invite"])
|
@commands.command(name="invitelink", aliases=["invite"])
|
||||||
async def invite_link(self, ctx, age=60*10, uses=100):
|
async def invite_link(self, ctx, uses=100):
|
||||||
"""
|
"""
|
||||||
Sends the server's invitelink to chat
|
Sends the server's invitelink to chat
|
||||||
"""
|
"""
|
||||||
#age = 60 * 10
|
age = 60 * 10
|
||||||
#uses = 100
|
|
||||||
unique = True
|
unique = True
|
||||||
|
|
||||||
channel = ctx.message.channel
|
channel = ctx.message.channel
|
||||||
|
|||||||
Reference in New Issue
Block a user