Add quote search command by keyword and text
Add quote search command by keyword and text
This commit is contained in:
		@@ -60,7 +60,7 @@ namespace NadekoBot.Modules.Utility
 | 
			
		||||
            }
 | 
			
		||||
            
 | 
			
		||||
            [NadekoCommand, Usage, Description, Aliases]
 | 
			
		||||
  		    [RequireContext(ContextType.Guild)] 
 | 
			
		||||
  	    [RequireContext(ContextType.Guild)] 
 | 
			
		||||
            public async Task SearchQuote(string keyword, [Remainder] string text)
 | 
			
		||||
        	{
 | 
			
		||||
		        if (string.IsNullOrWhiteSpace(keyword) || string.IsNullOrWhiteSpace(text))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user