mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Changed all .GetService to .GetRequiredService because no service should be ever missing. However most of these should be removed in one of the future patches.
This commit is contained in:
		@@ -177,7 +177,7 @@ namespace NadekoBot
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // todo isn't there a built in for loading type readers?
 | 
			
		||||
        // todo di typereaders
 | 
			
		||||
        private IEnumerable<object> LoadTypeReaders(Assembly assembly)
 | 
			
		||||
        {
 | 
			
		||||
            Type[] allTypes;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user