From 816ce4185c50ce5099ef6210aa3e4603f17c7e2f Mon Sep 17 00:00:00 2001 From: Alex Winkler Date: Mon, 15 Aug 2022 16:22:19 +0200 Subject: [PATCH] add request link to text commands --- ftsbot/cogs/textcommands.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ftsbot/cogs/textcommands.py b/ftsbot/cogs/textcommands.py index ed00aef..2e8b50e 100644 --- a/ftsbot/cogs/textcommands.py +++ b/ftsbot/cogs/textcommands.py @@ -67,6 +67,10 @@ async def justask(self, ctx): await ctx.send(embed=discord.Embed(colour=discord.Colour(0x00ffff), description='If you need help with something or just have a question, please post the question in the channel for the relevant wiki.' + ' Asking if someone can help only costs you extra time, and you usually don\'t even need an admin!')) + @slash_commands.command(description='Send a link to the request form') + async def request(self, ctx): + await ctx.send(embed=discord.Embed(colour=discord.Colour(0x00ffff), description='https://forms.gle/1zcZHkKe6udPNv2v6')) + @slash_commands.cooldown(1, 300, commands.BucketType.user) @slash_commands.command(description='Lickypiddy!') async def lickypiddy(self, ctx):