feat(discord): add reschedule voting deadline service

This commit is contained in:
2026-05-20 12:29:33 +03:00
parent d871f2c142
commit 690aa0272f
3 changed files with 194 additions and 0 deletions
@@ -0,0 +1,6 @@
namespace GmRelay.DiscordBot.Infrastructure;
public sealed class SystemClock : GmRelay.Shared.Platform.ISystemClock
{
public DateTimeOffset UtcNow => DateTimeOffset.UtcNow;
}