From 510f4f2c337da62bf78ba0c1f5e96631d37f2665 Mon Sep 17 00:00:00 2001 From: insert Date: Mon, 5 Aug 2024 17:14:16 -0400 Subject: [PATCH] update 8-05-24 17:14 --- speechbubble.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speechbubble.py b/speechbubble.py index 310a5a3..1216e21 100644 --- a/speechbubble.py +++ b/speechbubble.py @@ -113,7 +113,7 @@ class speechbubble(commands.Cog): ) async def create(self, inter: disnake.ApplicationCommandInteraction, victim: disnake.Member = commands.Param(name="victim")): if inter.user.id == victim.id: - await inter.response.send_message("you may not assign yourself a speech bubble!", ephemeral=True) + await inter.response.send_message("you may not assign yourself a speech bubble, try someone else!", ephemeral=True) return await inter.response.send_modal(modal=ApplicationModal(victim))