Updated the plugin webpage

This commit is contained in:
2024-12-14 19:11:50 +02:00
parent dee4793176
commit a12aa66660
9 changed files with 159 additions and 70 deletions

View 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; }
}