mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
bot: enable .NET configuration management
This commit is contained in:
parent
c5d2b7c251
commit
9b49f22048
5 changed files with 33 additions and 11 deletions
7
PluralKit.Core/CoreConfig.cs
Normal file
7
PluralKit.Core/CoreConfig.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace PluralKit
|
||||
{
|
||||
public class CoreConfig
|
||||
{
|
||||
public string Database { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue