bot: enable .NET configuration management
This commit is contained in:
7
PluralKit.Bot/BotConfig.cs
Normal file
7
PluralKit.Bot/BotConfig.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PluralKit.Bot
|
||||
{
|
||||
public class BotConfig
|
||||
{
|
||||
public string Token { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user