File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public static async Task MessageCreateChecks(MessageCreatedEventArgs e)
3333#if DEBUG
3434 if ( e . Guild . Id == 799644062973427743 ) // my testing server
3535 {
36- await PatchTuesdayAnnouncementCheck ( e , 455432936339144705 , 882446411130601472 ) ;
36+ await PatchTuesdayAnnouncementCheck ( e , 455432936339144705 , 1409289579139305573 ) ;
3737 }
3838#else
3939 if ( e . Guild . Id == 438781053675634713 ) // not my testing server
@@ -160,7 +160,7 @@ private static async Task PatchTuesdayAnnouncementCheck(MessageCreatedEventArgs
160160 foreach ( var user in usersToPing )
161161 msg += $ "<@{ user } > ";
162162
163- msg += $ "```\n It's <@&445773142233710594>! Update discussion threads & changelist links are here: { windows10Url } (Windows 10) and { windows11Url } (Windows 11)\n ```";
163+ msg += $ "```\n It's <@&445773142233710594>! Update discussion threads & changelist links are here: { windows10Url } (Windows 10 Extended Security Updates ) and { windows11Url } (Windows 11)\n ```";
164164
165165 // Send message
166166 await e . Message . Channel . SendMessageAsync ( msg ) ;
You can’t perform that action at this time.
0 commit comments