twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
656 stars 130 forks source link

feat(model, cache): Add support for application editing and new application fields #2284

Closed suneettipirneni closed 8 months ago

suneettipirneni commented 11 months ago

Ref:

Additionally, this changes the path for get_user_application to be /application/@me instead of /oauth2/applications/@me for consistency. This returns the same data and shouldn't effect any users.