From 399ecd494864249f01c90ce49362e26d722e7dcc Mon Sep 17 00:00:00 2001 From: Alex Winkler Date: Sun, 11 Sep 2022 16:36:00 +0200 Subject: [PATCH] Update textcommands.py --- ftsbot/cogs/textcommands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ftsbot/cogs/textcommands.py b/ftsbot/cogs/textcommands.py index 0962b4d..4ef17e0 100644 --- a/ftsbot/cogs/textcommands.py +++ b/ftsbot/cogs/textcommands.py @@ -166,6 +166,7 @@ async def on_ranking_error(self, interaction: discord.Interaction, error: app_co if isinstance(error, app_commands.CommandOnCooldown): await interaction.response.send_message(str(error), ephemeral=True) + @app_commands.command(description='Send a link to the request form') async def request(self, interaction: discord.Interaction): await interaction.response.send_message(embed=discord.Embed(colour=discord.Colour(0x00ffff), description='[Liquipedia Request Form](https://forms.gle/1zcZHkKe6udPNv2v6)'))