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 25, 2024
1 parent ae6f8f8 commit 7f6308e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Jobs/DiscordAccountCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ public function handle()
$discord_member = $discord->getClient()->get('guilds/'.env('DISCORD_GUILD_ID').'/members/'.$discord_uid);
$discord_member = json_decode($discord_member->getBody(), true);

dd($discord_member);

// Discord Account is Linked. Remove from Check
$key = array_search($user->discord_user_id, $discord_uids);
if ($key !== false) {
Expand Down

0 comments on commit 7f6308e

Please sign in to comment.