forked from adam/discord-bot-shtik
9 lines
216 B
C#
9 lines
216 B
C#
namespace vassago.TwitchInterface;
|
|
|
|
public class TwitchConfig
|
|
{
|
|
public string username {get; set;}
|
|
public string clientId {get; set;}
|
|
public string secret {get; set;}
|
|
public string oauth {get; set;}
|
|
} |