Updated the plugin webpage
This commit is contained in:
8
DiscordBotWebUI/Models/PluginModel.cs
Normal file
8
DiscordBotWebUI/Models/PluginModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DiscordBotWebUI.Models;
|
||||
|
||||
public class PluginModel
|
||||
{
|
||||
public string PluginName { get; set; }
|
||||
public string PluginAuthor { get; set; }
|
||||
public string PluginDescription { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user