Merged projects with plugins and modules

This commit is contained in:
2024-07-22 01:18:00 +03:00
parent 1fd065f4c2
commit 8ace51c840
59 changed files with 1669 additions and 73 deletions

View File

@@ -7,10 +7,10 @@ namespace DiscordBotCore.Others;
/// </summary>
public enum LogType
{
INFO,
WARNING,
ERROR,
CRITICAL
Info,
Warning,
Error,
Critical
}
public enum UnzipProgressType
@@ -21,9 +21,9 @@ public enum UnzipProgressType
public enum InternalActionRunType
{
ON_STARTUP,
ON_CALL,
BOTH
OnStartup,
OnCall,
OnStartupAndCall
}
[Flags]