Update IQuoteRepository.cs
This commit is contained in:
		@@ -8,6 +8,7 @@ namespace NadekoBot.Services.Database.Repositories
 | 
				
			|||||||
    {
 | 
					    {
 | 
				
			||||||
        IEnumerable<Quote> GetAllQuotesByKeyword(ulong guildId, string keyword);
 | 
					        IEnumerable<Quote> GetAllQuotesByKeyword(ulong guildId, string keyword);
 | 
				
			||||||
        Task<Quote> GetRandomQuoteByKeywordAsync(ulong guildId, string keyword);
 | 
					        Task<Quote> GetRandomQuoteByKeywordAsync(ulong guildId, string keyword);
 | 
				
			||||||
 | 
					        Task<Quote> SearchQuoteKeywordTextAsync(ulong guildId, string keyword, string text);
 | 
				
			||||||
        IEnumerable<Quote> GetGroup(ulong guildId, int skip, int take);
 | 
					        IEnumerable<Quote> GetGroup(ulong guildId, int skip, int take);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user