Redesigned the DiscordBotCore by splitting it into multiple projects. Created a WebUI and preparing to remove the DiscordBot application
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace DiscordBotCore.PluginCore.Helpers;
|
||||
|
||||
public interface IInternalActionOption
|
||||
{
|
||||
string OptionName { get; set; }
|
||||
string OptionDescription { get; set; }
|
||||
List<InternalActionOption> SubOptions { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user