From 0fdf305cd410a442b21147d319eff0e9c4dbc64f Mon Sep 17 00:00:00 2001 From: BigGamerGary Date: Thu, 14 Aug 2025 18:09:40 +1000 Subject: [PATCH] Test again --- src/py/Acronymbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/py/Acronymbot.py b/src/py/Acronymbot.py index 9d757e3..fae68bd 100644 --- a/src/py/Acronymbot.py +++ b/src/py/Acronymbot.py @@ -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!")