SpaceManiac / discord-rs

Rust library for the Discord chat client API
MIT License
390 stars 94 forks source link

Pass Streaming presence to Discord #129

Closed ghost closed 7 years ago

ghost commented 7 years ago

discord-rs was only passing the game's name to Discord. This makes it also pass the type and url, if the former is set to streaming and the latter is present (Discord doesn't display a streaming status if these conditions aren't met), so setting your presence to "streaming" works now.