Fixed text in UI

This commit is contained in:
2025-01-26 21:31:22 +02:00
parent 84b19e2069
commit d26c84480a
2 changed files with 6 additions and 1 deletions

View File

@@ -4,8 +4,13 @@ namespace DiscordBotWebUI.Models;
public class PluginModel
{
[JsonPropertyName("PluginName")]
public string Name { get; set; }
[JsonPropertyName("PluginAuthor")]
public string Author { get; set; }
[JsonPropertyName("PluginDescription")]
public string Description { get; set; }
[JsonConstructor]