Update invitelink function

This commit is contained in:
Marco Thomas
2021-02-03 15:04:59 +01:00
parent 41e93f8de7
commit c13a2f50d8

View File

@@ -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