Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Custom Commands/cardviewer/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# This command sends the card of a countryball in ephemeral.
# Uncomment the 4th app_commands if you want the command to be an admin command.
@app_commands.command(name="viewcard", description="View a card of an existing countryball.")
@app_commands.describe(brawler="The countryball to view card of")
@app_commands.describe(special="Apply a sepcial to the card.")
@app_commands.describe(countryball="The countryball to view card of")
@app_commands.describe(special="Apply a special to the card.")
# @app_commands.checks.has_any_role(*settings.root_role_ids)
async def viewcard(
self,
Expand All @@ -26,4 +26,4 @@ async def viewcard(
await interaction.response.send_message(file=discord_file, ephemeral=True)
except Exception as e:
log.error("Something went wrong.", exc_info=e)
await interaction.response.send_message("Something went wrong.", ephemeral=True)
await interaction.response.send_message("Something went wrong.", ephemeral=True)