aboutsummaryrefslogtreecommitdiff
path: root/discord_rich_presence.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-11-10 23:08:43 -0600
committeroldmud0 <oldmud0@users.noreply.github.com>2018-11-10 23:08:43 -0600
commit56ec03a23a0f687b79d3ce324e517563a41c0032 (patch)
tree1d42dffb4b07aefa6ab9d77c3e0b356141f80110 /discord_rich_presence.h
parentc7a58f89b1b5fbc7179b89a7300c3d1a2f7ba6cc (diff)
Clean up style of merged in code
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 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: