Skip to content

Commit 6190339

Browse files
Merge pull request #423 from czqoocavatsim/JoshuaBranch
Update DiscordAccountCheck.php
2 parents 90043d6 + b85730a commit 6190339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Jobs/DiscordAccountCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public function handle()
370370
$update_content .= "\n\n**__Script Time:__**";
371371
$update_content .= "\n- Script Time: " . $start_time->diffForHumans($end_time, ['parts' => 2, 'short' => true, 'syntax' => Carbon::DIFF_ABSOLUTE]) . ".";
372372

373-
$discord->sendMessageWithEmbed('1299248165551210506', 'HOURLY: Discord User Update', $update_content);
373+
$discord->sendMessageWithEmbed('482860026831175690', 'HOURLY: Discord User Update', $update_content);
374374
}
375375
}
376376

0 commit comments

Comments
 (0)