Fixed some nsfw things
This commit is contained in:
		@@ -814,7 +814,7 @@ namespace NadekoBot.Modules.Searches
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        public static async Task<string> InternalDapiSearch(string tag, DapiSearchType type)
 | 
					        public static async Task<string> InternalDapiSearch(string tag, DapiSearchType type)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            tag = tag.Replace(" ", "_");
 | 
					            tag = tag?.Replace(" ", "_");
 | 
				
			||||||
            string website = "";
 | 
					            string website = "";
 | 
				
			||||||
            switch (type)
 | 
					            switch (type)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user