Skip to content

Commit

Permalink
Update textcommands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX authored Sep 11, 2022
1 parent 1f74e85 commit 399ecd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ftsbot/cogs/textcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)'))

Expand Down

0 comments on commit 399ecd4

Please sign in to comment.