serenity-rs / serenity

A Rust library for the Discord API.
https://discord.gg/serenity-rs
ISC License
4.65k stars 571 forks source link

Deprecate MessageId::link_ensured #2894

Closed GnomedDev closed 2 months ago

GnomedDev commented 2 months ago

This is has a very niche use-case (getting the link to a message that you have fetched via HTTP) that requires an HTTP request and can easily be implemented in the user's code.