mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +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.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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue