Updates and testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-13 20:49:43 +10:00
parent 42555b8920
commit a53903bd36
2 changed files with 5 additions and 11 deletions

View File

@@ -50,9 +50,9 @@ class Buttons(discord.ui.View):
@tree.command(description="Lmao")
async def test(interaction:discord.Interaction):
print(f"{interaction.user} used command! Woohoo!")
print(f"{interaction.user} used command! BAHHHH!")
try:
await interaction.response.send_message("Pay $5 for a Mario Moment", view=Buttons())
await interaction.response.send_message("Pay $5 for a Mario CUMM", view=Buttons())
except discord.app_commands.errors.CommandInvokeError:
print("Uh oh! It failed!")