diff --git a/src/Miha.Discord/Services/Hosted/GuildEventScheduleService.cs b/src/Miha.Discord/Services/Hosted/GuildEventScheduleService.cs index 60edaab..9269cff 100644 --- a/src/Miha.Discord/Services/Hosted/GuildEventScheduleService.cs +++ b/src/Miha.Discord/Services/Hosted/GuildEventScheduleService.cs @@ -192,14 +192,9 @@ private async Task PostWeeklyScheduleAsync() .WithDescription(description.ToString()); await weeklyScheduleChannel.SendMessageAsync(embed: embed.Build()); - - /*### Monday - - - [Discord - Lord of the Rings: Fellowship of the Ring - 20th Anniversary viewing!](https://discord.gg/VqqEgBTe?event=1170558838718603284) - - - - - Hosted by @Hunt*/ + + _logger.LogInformation("Finished posting weekly schedule"); } - - // loop through eventsByDay, order the events by day by start time } [LoggerMessage(EventId = 1, Level = LogLevel.Error, Message = "Exception occurred")]