Skip to content

Commit

Permalink
fix ckill.py -2
Browse files Browse the repository at this point in the history
  • Loading branch information
Syunngiku0402 committed Sep 30, 2024
1 parent bd4ca0a commit 8e98c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/ckill.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, bot: commands.Bot):

@app_commands.command(name="ckill", description="キルコマンド(ネタ)")
@app_commands.describe(target="キルするユーザー(任意)")
async def ckill(self, interaction: discord.Interaction, target: Member=None):
async def ckill(self, interaction: discord.Interaction, target: Member = None):
await interaction.response.send_message(kill(interaction.user.mention, target))


Expand Down

0 comments on commit 8e98c2a

Please sign in to comment.