Skip to content

Commit

Permalink
Update GuildEventScheduleService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Nov 18, 2023
1 parent 2bb91d3 commit af62248
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/Miha.Discord/Services/Hosted/GuildEventScheduleService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,9 @@ private async Task PostWeeklyScheduleAsync()
.WithDescription(description.ToString());

await weeklyScheduleChannel.SendMessageAsync(embed: embed.Build());

/*### Monday - <t:1699132740:d>
- [Discord - Lord of the Rings: Fellowship of the Ring - 20th Anniversary viewing!](https://discord.gg/VqqEgBTe?event=1170558838718603284)
- <t:1699132740:T> - <t:1699149720:R>
- 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")]
Expand Down

0 comments on commit af62248

Please sign in to comment.