IAChat/Config.cs
2024-11-28 22:09:05 -03:00

9 lines
156 B
C#

namespace IAChat
{
public class ConfigOptions
{
public string BOT_ID { get; set; }
public string BOT_PASSWORD { get; set; }
}
}