Skip to content

Commit

Permalink
Update server-specific features
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingMilkshake authored Nov 27, 2024
1 parent 082eb19 commit f035a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ServerSpecificFeatures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private static async Task PatchTuesdayAnnouncementCheck(MessageCreatedEventArgs
foreach (var user in usersToPing)
msg += $"<@{user}> ";

msg += $"```\nIt's @Patch Tuesday! Update discussion threads & changelist links are here: {windows10Url} (Windows 10) and {windows11Url} (Windows 11)\n```";
msg += $"```\nIt's <@&445773142233710594>! Update discussion threads & changelist links are here: {windows10Url} (Windows 10) and {windows11Url} (Windows 11)\n```";

// Send message
await e.Message.Channel.SendMessageAsync(msg);
Expand Down

0 comments on commit f035a2d

Please sign in to comment.