diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-11-10 23:08:43 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-11-10 23:08:43 -0600 |
| commit | 56ec03a23a0f687b79d3ce324e517563a41c0032 (patch) | |
| tree | 1d42dffb4b07aefa6ab9d77c3e0b356141f80110 /discord_rich_presence.h | |
| parent | c7a58f89b1b5fbc7179b89a7300c3d1a2f7ba6cc (diff) | |
Clean up style of merged in code
Diffstat (limited to 'discord_rich_presence.h')
| -rw-r--r-- | discord_rich_presence.h | 2 |
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: |
