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))