Skip to content

Commit

Permalink
Merge branch 'feat/update-help-msg' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed May 22, 2024
2 parents 841453e + e0dd51c commit 6a9f492
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ def get_help(self, config: Config) -> str:
help_message += "\n"
help_message += "Vous pouvez utiliser les commandes spéciales suivantes :\n\n"
help_message += "- " + "\n- ".join(cmds)
help_message += "\n\n"
if config.with_history:
help_message += "Le mode conversation est activé."
else:
help_message += "Le mode conversation est désactivé."

return help_message

Expand Down

0 comments on commit 6a9f492

Please sign in to comment.