mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add importing and exporting function
This commit is contained in:
parent
cd9a3e0abd
commit
652afffb8c
7 changed files with 321 additions and 2 deletions
|
|
@ -68,6 +68,8 @@ namespace PluralKit.Bot
|
|||
.AddTransient<EmbedService>()
|
||||
.AddTransient<ProxyService>()
|
||||
.AddTransient<LogChannelService>()
|
||||
.AddTransient<DataFileService>()
|
||||
|
||||
.AddSingleton<WebhookCacheService>()
|
||||
|
||||
.AddTransient<SystemStore>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue