mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Restore sm64coopdx Discord application ID
This commit is contained in:
parent
08e72107e7
commit
8484ace009
1 changed files with 1 additions and 2 deletions
|
@ -124,8 +124,7 @@ static void discord_initialize(void) {
|
|||
// set up discord params
|
||||
struct DiscordCreateParams params = { 0 };
|
||||
DiscordCreateParamsSetDefault(¶ms);
|
||||
// params.client_id = gCoopCompatibility ? APPLICATION_ID_COOP : APPLICATION_ID_COOPDX; // you have to have activity status on if you don't want discord to prompt you to authorize on every boot
|
||||
params.client_id = APPLICATION_ID_COOP; // hide sm64coopdx for now
|
||||
params.client_id = gCoopCompatibility ? APPLICATION_ID_COOP : APPLICATION_ID_COOPDX; // you have to have activity status on if you don't want discord to prompt you to authorize on every boot
|
||||
params.flags = DiscordCreateFlags_NoRequireDiscord;
|
||||
params.event_data = &app;
|
||||
params.user_events = discord_user_initialize();
|
||||
|
|
Loading…
Reference in a new issue