diff --git a/matrixai/__init__.py b/matrixai/__init__.py index 066d5c7..6e6628e 100644 --- a/matrixai/__init__.py +++ b/matrixai/__init__.py @@ -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()