fit-ctu-discord / honza-botner

Bot for FIT CTU Discord
https://discord.fit.cvut.cz/
MIT License
14 stars 10 forks source link

[Bug] Regex for determining specific message from link has serious limitations #501

Closed stepech closed 1 year ago

stepech commented 1 year ago

Method FindMessageFromLink doesn't support canary or ptb links. Additionaly, in case the message is located in thread, the lookup fails.

Code: https://github.com/fit-ctu-discord/honza-botner/blob/b0d9370a15ed3735767044931f10c61e7ab583f5/src/HonzaBotner.Discord/DiscordHelper.cs#L34