mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
Add autoproxy functionality
This commit is contained in:
parent
57bc576de6
commit
83cfb3eb46
5 changed files with 186 additions and 11 deletions
|
|
@ -121,6 +121,7 @@ namespace PluralKit.Bot
|
|||
|
||||
.AddTransient<ProxyCacheService>()
|
||||
.AddSingleton<WebhookCacheService>()
|
||||
.AddSingleton<AutoproxyCacheService>()
|
||||
.AddSingleton<ShardInfoService>()
|
||||
.AddSingleton<CpuStatService>()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue