Skip to content

Commit 33d2aa9

Browse files
authored
fix(chore): trigger server update
1 parent fc26b03 commit 33d2aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ipc/discord/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ impl RichClient {
117117
pub fn update(&self, packet: &Packet) -> crate::Result<()> {
118118
trace!("Updating Discord rich presence");
119119
let encoded = Json::serialize(packet)?;
120+
120121
match self.write(1, Some(encoded.as_bytes())) {
121122
Err(_) => Err("The connection to Discord was lost".into()),
122123
_ => Ok(()),

0 commit comments

Comments
 (0)