update 8-05-24 17:14

This commit is contained in:
insert 2024-08-05 17:14:16 -04:00
parent a0328e66fb
commit 510f4f2c33
Signed by: insert
GPG key ID: A70775C389ACF105

View file

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