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