Merge pull request #1402 from arc53/discord-fix

fix: slightly better discord bot formatting
This commit is contained in:
Alex
2024-10-30 15:18:54 +00:00
committed by GitHub

View File

@@ -125,7 +125,6 @@ async def on_message(message):
conversation_id = response_doc["conversation_id"]
# Escape markdown characters
answer = escape_markdown(answer)
await message.channel.send(answer)