mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 07:39:30 -06:00
plugins now have constant UID
This commit is contained in:
Binary file not shown.
@@ -2,6 +2,7 @@ namespace FileFlows.DiscordNodes;
|
||||
|
||||
public class Plugin : FileFlows.Plugin.IPlugin
|
||||
{
|
||||
public Guid Uid => new Guid("ebaea108-8783-46b2-a889-be0d79bc8ad6");
|
||||
public string Name => "Discord";
|
||||
public string MinimumVersion => "0.6.3.1000";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user