bot: enable .NET configuration management

This commit is contained in:
Ske
2019-05-08 20:08:56 +02:00
parent c5d2b7c251
commit 9b49f22048
5 changed files with 33 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
namespace PluralKit
{
public class CoreConfig
{
public string Database { get; set; }
}
}