Skip to content

Commit

Permalink
Update DiscordAccountCheck.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMicallefYBSU committed Dec 4, 2024
1 parent b85730a commit c154f63
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 c154f63

Please sign in to comment.