Rename avatarUrl -> avatar for API consistency

This commit is contained in:
Mason Sciotti
2017-10-16 10:41:35 -07:00
committed by Chris Marsh
parent b1d6a7c0fc
commit dafd85c39f
3 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ typedef struct DiscordRichPresence {
typedef struct DiscordJoinRequest {
char userId[24];
char username[48];
char avatarUrl[128];
char avatar[128];
} DiscordJoinRequest;
typedef struct DiscordEventHandlers {