mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
technically
This commit is contained in:
parent
1a872a50d6
commit
170b87dc51
@ -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.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user