Beispiel #1
0
        public async Task InstallCommands()
        {
            await _commandService.AddModulesAsync(Assembly.GetEntryAssembly());

            Unity.Resolve <Loggers.StatusLogger>().LogToConsole("Installed command modules");
        }