Skip to content

Commit

Permalink
fixed missing newline in !!help in discord bot
Browse files Browse the repository at this point in the history
resolves #21
  • Loading branch information
Fallen-Breath committed Mar 5, 2022
1 parent 9e75658 commit c99335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbridge/impl/discord/helps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'''.strip()

# For chat channel, with full permission
CommandHelpMessageAll = CommandHelpMessage + '''
CommandHelpMessageAll = CommandHelpMessage + '\n' + '''
`!!online`: Show player list in online proxy
`!!qq <message>`: Send message `<message>` to QQ group
'''.strip()
Expand Down

0 comments on commit c99335e

Please sign in to comment.