fix: send help as markdown
black-action / runner / black formatter (push) Failing after 3s Details

This commit is contained in:
0xMRTT 2023-06-26 10:41:32 +02:00
parent a0b8fe3e15
commit e5f3f8853c
1 changed files with 1 additions and 1 deletions

View File

@ -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()