collabbot/CollabBot/IConfig.cs
2024-04-21 13:29:36 -04:00

8 lines
178 B
C#

namespace CollabBot;
public class IConfig
{
public string DiscordToken { get; set; }
public ulong ReportChannel { get; set; }
public ulong ReportRole { get; set; }
}