fix: Update rape command messages for sensitivity and clarity

This commit is contained in:
Slipstream 2025-05-17 11:43:33 -06:00
parent 60cb29a62e
commit 847b302530
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -41,10 +41,10 @@ class MessageCog(commands.Cog):
f"{interaction.user.mention} raped {member.mention}.",
f"{interaction.user.mention} brutally raped {member.mention}.",
f"{interaction.user.mention} unconsensually came inside {member.mention}.",
f"{interaction.user.mention} forced themselves onto {member.mention}.",
f"{interaction.user.mention} violated {member.mention} in a grotesque manner.",
f"{member.mention} was unconsensually defiled by {interaction.user.mention}.",
f"{interaction.user.mention} left {member.mention} traumatized after the assault."
f"{interaction.user.mention} traumatized {member.mention} via sexual assault.",
f"{interaction.user.mention} dominated {member.mention} against their will.",
f"{interaction.user.mention} took advantage of {member.mention}'s vulnerability.",
f"{member.mention} suffered a brutal sexual violation at the hands of {interaction.user.mention}."
]
response = random.choice(rape_messages)
await interaction.response.send_message(response)