7 lines
108 B
C#
7 lines
108 B
C#
namespace PluralKit.Bot
|
|
{
|
|
public class BotConfig
|
|
{
|
|
public string Token { get; set; }
|
|
}
|
|
} |