Skip to content

Commit

Permalink
Update DiscordAccountCheck.php
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMicallefYBSU committed Oct 22, 2024
1 parent 833b7b5 commit e8d6048
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 e8d6048

Please sign in to comment.