Skip to content

Commit

Permalink
fix: slightly better discord bot formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain committed Oct 30, 2024
1 parent 3f64ff8 commit 06e4a05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/discord/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 06e4a05

Please sign in to comment.