Added download and progress endpoints
This commit is contained in:
10
DiscordBotCore/Plugin/InstallingPluginInformation.cs
Normal file
10
DiscordBotCore/Plugin/InstallingPluginInformation.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace DiscordBotCore.Plugin;
|
||||
|
||||
public class InstallingPluginInformation
|
||||
{
|
||||
public bool IsInstalling { get; set; }
|
||||
public required string PluginName { get; set; }
|
||||
public float InstallationProgress { get; set; } = 0.0f;
|
||||
}
|
||||
Reference in New Issue
Block a user