Test again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-08-14 18:09:40 +10:00
parent 01170a3849
commit 0fdf305cd4

View File

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