Discord Rich Presence updated.

This commit is contained in:
Cerapter 2018-08-07 20:26:16 +02:00
parent 78be99422e
commit e7cf1d7735

View File

@ -9,7 +9,7 @@ namespace AttorneyOnline {
class Discord class Discord
{ {
private: private:
const char* APPLICATION_ID = "399779271737868288"; const char* APPLICATION_ID = "474362730397302823";
std::string server_name, server_id; std::string server_name, server_id;
int64_t timestamp; int64_t timestamp;
public: public: