From c13a2f50d8fda5043db76c17b9148e0c7f63e351 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 3 Feb 2021 15:04:59 +0100 Subject: [PATCH] Update invitelink function --- cogs/utility.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cogs/utility.py b/cogs/utility.py index dc1a791..4dc25ba 100644 --- a/cogs/utility.py +++ b/cogs/utility.py @@ -13,12 +13,11 @@ class Utility(commands.Cog): @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 """ - #age = 60 * 10 - #uses = 100 + age = 60 * 10 unique = True channel = ctx.message.channel