This should be a function call
This commit is contained in:
parent
9c0ccccc1c
commit
6c2ac0bc29
|
@ -76,14 +76,14 @@ DiscordRichPresence discord_presence;
|
|||
|
||||
char* discord_get_own_username(void)
|
||||
{
|
||||
if (discord_is_ready)
|
||||
if (discord_is_ready())
|
||||
return user_name;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
char* discord_get_own_avatar(void)
|
||||
{
|
||||
if (discord_is_ready)
|
||||
if (discord_is_ready())
|
||||
return user_avatar;
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue