Files
Lunaris2.0/Bot/Handler/ChatCommand/ChatSettings.cs
2024-06-01 23:19:53 +02:00

7 lines
144 B
C#

namespace Lunaris2.Handler.ChatCommand;
public class ChatSettings
{
public string Url { get; set; }
public string Model { get; set; }
}