Unity ajt fix

This commit is contained in:
Chris Marsh
2017-11-02 11:59:45 -07:00
committed by GitHub
parent aa79c70bf9
commit 3bdb88d918
4 changed files with 13 additions and 9 deletions

View File

@ -42,9 +42,9 @@ typedef struct DiscordRichPresence {
} DiscordRichPresence;
typedef struct DiscordJoinRequest {
char userId[24];
char username[48];
char avatar[128];
const char* userId;
const char* username;
const char* avatar;
} DiscordJoinRequest;
typedef struct DiscordEventHandlers {