fix: send help as markdown
Some checks failed
black-action / runner / black formatter (push) Failing after 3s
Some checks failed
black-action / runner / black formatter (push) Failing after 3s
This commit is contained in:
parent
a0b8fe3e15
commit
e5f3f8853c
@ -235,7 +235,7 @@ For text generation, invite `@ai:psf.lt`
|
||||
and match.prefix()
|
||||
and (match.command("help") or match.command("?") or match.command("h"))
|
||||
):
|
||||
await bot.api.send_text_message(room.room_id, bot_help_message)
|
||||
await bot.api.send_markdown_message(room.room_id, bot_help_message)
|
||||
|
||||
try:
|
||||
bot.run()
|
||||
|
Loading…
Reference in New Issue
Block a user