Skip to content

Commit

Permalink
improve help message
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Mar 10, 2024
1 parent 90970a5 commit 26cd428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matterdelta/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _id(bot: Bot, accid: int, event: AttrDict) -> None:
def _send_help(bot: Bot, accid: int, chatid: int) -> None:
text = (
"I'm a bot, I allow to bridge Delta Chat groups with groups in other platforms."
" Only the bot administrator can bridge groups.\n"
" Only the bot administrator can bridge groups.\n\n"
"**Available commands**\n\n"
"/id - send me this command in a group to get its ID."
)
Expand Down

0 comments on commit 26cd428

Please sign in to comment.