Skip to content

Commit 12c2796

Browse files
authored
Update admin.py
correction of keyboard error in the whisper command
1 parent bda55d1 commit 12c2796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ async def is_admin(interaction: discord.Interaction[ChouetteBot]):
1919
@app_commands.check(is_admin)
2020
@app_commands.command(name="whisper", description="Whisper an admin message")
2121
async def whisper(interaction: discord.Interaction[ChouetteBot], message: str):
22-
await interaction.channel.send(f"{interaction.client.user.name} wants so say this message: {message}")
22+
await interaction.channel.send(f"{interaction.client.user.name} wants to say this message: {message}")
2323
await interaction.response.send_message("Commande réussie", ephemeral=True, delete_after=2)

0 commit comments

Comments
 (0)