We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda55d1 commit 12c2796Copy full SHA for 12c2796
commands/admin.py
@@ -19,5 +19,5 @@ async def is_admin(interaction: discord.Interaction[ChouetteBot]):
19
@app_commands.check(is_admin)
20
@app_commands.command(name="whisper", description="Whisper an admin message")
21
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}")
+ await interaction.channel.send(f"{interaction.client.user.name} wants to say this message: {message}")
23
await interaction.response.send_message("Commande réussie", ephemeral=True, delete_after=2)
0 commit comments