mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Mostly finished, needs to be double-checked/documented
This commit is contained in:
parent
7c85dc360b
commit
1ac5f9518e
7 changed files with 143 additions and 84 deletions
|
|
@ -6,6 +6,8 @@ using Autofac;
|
|||
using DSharpPlus;
|
||||
using DSharpPlus.EventArgs;
|
||||
|
||||
using NodaTime;
|
||||
|
||||
using PluralKit.Core;
|
||||
|
||||
using Sentry;
|
||||
|
|
@ -86,6 +88,7 @@ namespace PluralKit.Bot
|
|||
{
|
||||
Timeout = TimeSpan.FromSeconds(5)
|
||||
}).AsSelf().SingleInstance();
|
||||
builder.RegisterInstance(SystemClock.Instance).As<IClock>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue