Skip to content

Commit

Permalink
Merge pull request #424 from czqoocavatsim/JoshuaBranch
Browse files Browse the repository at this point in the history
Update DiscordAccountCheck.php
  • Loading branch information
JoshuaMicallefYBSU authored Dec 4, 2024
2 parents 6190339 + c154f63 commit 4d2ab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/DiscordAccountCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ public function handle()
$discord->getClient()->patch('guilds/'.env('DISCORD_GUILD_ID').'/members/'.$user->discord_user_id, [
'json' => [
'nick' => $user->discord_username,
'roles' => [1297422968472997908],
'roles' => ['1297422968472997908'],
]
]);
}
Expand Down

0 comments on commit 4d2ab9c

Please sign in to comment.