Skip to content

Commit

Permalink
Merge pull request #377 from czqoocavatsim/JoshuaBranch
Browse files Browse the repository at this point in the history
Update DiscordAccountCheck.php
  • Loading branch information
JoshuaMicallefYBSU authored Oct 22, 2024
2 parents 3702b18 + e8d6048 commit 3945eaa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Jobs/DiscordAccountCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ public function handle()
// Check if user is currently in Discord
if (in_array($user->discord_user_id, $discord_uids)) {

if($user->discord_user_id !== 200426385863344129){
continue;
}

## User is in the Discord
$discord_uid = $user->discord_user_id;
$in_discord++;
Expand Down

0 comments on commit 3945eaa

Please sign in to comment.