aboutsummaryrefslogtreecommitdiff
path: root/discord_rich_presence.h
diff options
context:
space:
mode:
authorCerapter <cerap@protonmail.com>2018-08-07 20:26:16 +0200
committerCerapter <cerap@protonmail.com>2018-08-07 20:26:16 +0200
commite7cf1d7735aaa32adc0dc891ecaaff2bafe2a422 (patch)
treec824a6b35f8803b2f58c458b6853f03097160feb /discord_rich_presence.h
parent78be99422ecec29c07f221d0fcb690af5d472fd1 (diff)
Discord Rich Presence updated.
Diffstat (limited to 'discord_rich_presence.h')
-rw-r--r--discord_rich_presence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord_rich_presence.h b/discord_rich_presence.h
index 3c9f2bda..35d5becc 100644
--- a/discord_rich_presence.h
+++ b/discord_rich_presence.h
@@ -9,7 +9,7 @@ namespace AttorneyOnline {
class Discord
{
private:
- const char* APPLICATION_ID = "399779271737868288";
+ const char* APPLICATION_ID = "474362730397302823";
std::string server_name, server_id;
int64_t timestamp;
public: