Added new module for cpp compatibility

This commit is contained in:
2024-09-19 13:44:05 +03:00
parent be75ef03cb
commit 49403e70fd
10 changed files with 393 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ namespace DiscordBotCore.Interfaces.Modules
public enum ModuleType
{
Logger,
Compatibility,
Other
}