Redesigned the DiscordBotCore by splitting it into multiple projects. Created a WebUI and preparing to remove the DiscordBot application
This commit is contained in:
11
WebUI/Models/OnlinePluginViewModel.cs
Normal file
11
WebUI/Models/OnlinePluginViewModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace WebUI.Models;
|
||||
|
||||
public class OnlinePluginViewModel
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string Author { get; set; }
|
||||
public string Version { get; set; }
|
||||
|
||||
public string DownloadUrl { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user