public BaseModule(ModuleHandler bot, Dictionary <string, Dictionary <string, object> > Config) { string ThisObject = this.GetType().Name.ToString(); Console.WriteLine(ThisObject); this.config = Config[ThisObject]; LoadDependencies(bot); bot.AddModuleToCurrentModules(this); }