Skip to content

Commit

Permalink
Fix a few typos in the "aide" command (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
AXDOOMER authored Oct 4, 2023
1 parent 1d87fc4 commit 2a9fa09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slash_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ async def aide(ctx):
+ "disponibles et leur description.\n\n"\
+ "Donnez l'argument **$** à une commande **/config** pour voir la valeur actuelle "\
+ "d'un paramètre.\n\n"\
+ "Certains paramètres sont des messages affichés arpès un évènement concernant "\
+ "Certains paramètres sont des messages affichés après un évènement concernant "\
+ "un membre particulier. Pour mentionner ce membre, écrivez **@-** dans ces messages. "\
+ "Le signe **[@-]** au début d'une description inidque que cette action est possible."
+ "Le signe **[@-]** au début d'une description indique que cette action est possible."
help_embed = Embed(
title=embed_title,
description=instructions,
Expand Down Expand Up @@ -553,4 +553,4 @@ async def update_webhook(ctx,
else:
await ctx.respond(f"Le canal '{new_channel_id}' n'existe pas.", ephemeral=True)

return webhook
return webhook

0 comments on commit 2a9fa09

Please sign in to comment.