Skip to content

Commit

Permalink
Merge pull request #1402 from arc53/discord-fix
Browse files Browse the repository at this point in the history
fix: slightly better discord bot formatting
  • Loading branch information
dartpain authored Oct 30, 2024
2 parents 256514f + 06e4a05 commit e024452
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 e024452

Please sign in to comment.