Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GuildEventScheduleService.cs
Browse files Browse the repository at this point in the history
Twinki14 committed Nov 14, 2023
1 parent 80ab4c7 commit b649e82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -125,7 +125,7 @@ private async Task PostWeeklyScheduleAsync()
{
var builder = new StringBuilder();

builder.AppendLine("### " + day + " - " + DiscordTimestampExtensions.ToDiscordTimestamp(events.First().StartTime.Date));
builder.AppendLine("### " + day + " - " + DiscordTimestampExtensions.ToDiscordTimestamp(events.First().StartTime.Date, TimestampTagStyles.ShortDate));

foreach (var guildEvent in events)
{

0 comments on commit b649e82

Please sign in to comment.