technically

This commit is contained in:
Slipstream 2025-05-08 00:01:36 -06:00
parent 1a872a50d6
commit 170b87dc51
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -144,7 +144,7 @@ class CustomCommandsCog(commands.Cog):
@app_commands.command(name="slay", description="Slay a user.")
async def slay(self, interaction: discord.Interaction, member: discord.Member):
await interaction.response.send_message(
f"{interaction.user.mention} slayed {member.mention} mortal combat style"
f"{interaction.user.mention} slayed {member.mention} mortal kombat style"
)
@app_commands.command(name="backshots", description="Give backshots to a user.")