IABotTeste/IABotTeste/Config.cs
Ricardo R C Gonçalves 888f5d7109 Add project files.
2024-08-21 20:55:46 -03:00

9 lines
160 B
C#

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