twilight-rs / twilight

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

feat(gateway): Allow setting initial resume_url #2325

Closed RobinMarchart closed 5 months ago

RobinMarchart commented 5 months ago

Adds equivalents to the existing session related functions for resume_url to Config, ConfigBuilder and Shard

closes #2324

RobinMarchart commented 5 months ago

Just missing a quick cargo fmt and then we can merge it.

done :3

Erk- commented 5 months ago

Thanks for the PR!