From 56ec03a23a0f687b79d3ce324e517563a41c0032 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Sat, 10 Nov 2018 23:08:43 -0600 Subject: Clean up style of merged in code --- discord_rich_presence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord_rich_presence.h') diff --git a/discord_rich_presence.h b/discord_rich_presence.h index e96fd887..e7ecc6ef 100644 --- a/discord_rich_presence.h +++ b/discord_rich_presence.h @@ -17,7 +17,7 @@ namespace AttorneyOnline { class Discord { private: - const char* APPLICATION_ID = "474362730397302823"; + const char* APPLICATION_ID = "399779271737868288"; std::string server_name, server_id; int64_t timestamp; public: -- cgit