mojira / mojira-discord-bot

🎮 A Discord bot for linking to and providing information about Mojira tickets
https://discord.gg/rpCyfKV
GNU General Public License v3.0
19 stars 9 forks source link

Properly format links surrounded with angle brackets #257

Closed dericksonmark closed 2 years ago

dericksonmark commented 2 years ago

Purpose

Links in requests are not properly formatted in requests when surrounded by angle brackets.

Approach

Add < and > to the regular expression to match a link in a request, and then remove them when returning it. I think this should work.