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

Remove quotes from regular expressions in SearchCommand #250

Closed dericksonmark closed 2 years ago

dericksonmark commented 2 years ago

Purpose

This should fix the problem mentioned in #249 (not tested though).

Approach

This removes the quotes from the regular expressions in SearchCommand, as regular expressions inside quotes are interpreted as strings and not as regular expressions.