Skip to content

Commit

Permalink
Merge pull request #378 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 3945eaa + bba4e11 commit 34a6d6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Jobs/DiscordAccountCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public function handle()
$discord_uid = $user->discord_user_id;
$in_discord++;

sleep(1);

// Get Discord Member Information
$discord_member = $discord->getClient()->get('guilds/'.env('DISCORD_GUILD_ID').'/members/'.$discord_uid);
$discord_member = json_decode($discord_member->getBody(), true);
Expand Down

0 comments on commit 34a6d6a

Please sign in to comment.