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

Improve request progress ID check #266

Closed dericksonmark closed 2 years ago

dericksonmark commented 2 years ago

Purpose

Improve the request progress message ID check. Currently, 100003893070974167M is accepted as a valid message ID, because the string is simply tested for containing an 18-digit number.

Approach

Ensure the message ID takes up the entire string, and allow for 18- and 19-digit message IDs (and above).