aboutsummaryrefslogtreecommitdiff
path: root/discord_rich_presence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord_rich_presence.cpp')
-rw-r--r--discord_rich_presence.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord_rich_presence.cpp b/discord_rich_presence.cpp
index 5d64c10..f5f6c11 100644
--- a/discord_rich_presence.cpp
+++ b/discord_rich_presence.cpp
@@ -53,6 +53,7 @@ void Discord::state_server(const char* name, const char* server_id)
presence.largeImageText = "Objection!";
presence.instance = 1;
presence.matchSecret = server_id;
+ Discord_UpdatePresence(&presence);
}
}