mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
fix: slightly better discord bot formatting
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user