Skip to content

Commit

Permalink
Merge pull request #310 from czqoocavatsim/JoshuaBranch
Browse files Browse the repository at this point in the history
Add DiscordUserID
  • Loading branch information
JoshuaMicallefYBSU authored Aug 18, 2024
2 parents 805ebc1 + abd658a commit 507c8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Jobs/DiscordTrainingUpdates.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function handle()
$avail_message++;

// SendEmbed to ask student to send availability
$discord->sendEmbedInTrainingThread($cid, "Your Availability", 'Hello, <@>
$discord->sendEmbedInTrainingThread($cid, "Your Availability", 'Hello, <@'.$student->user->discord_user_id.'>
Please provide your availability for the next 7-14 days. Please ensure to tag the `@Instructor` role with all times you are available. Please provide these times in Zulu Format.
Expand Down

0 comments on commit 507c8e5

Please sign in to comment.