Update QuoteRepository.cs
This commit is contained in:
parent
f067985402
commit
672bb565e8
@ -25,8 +25,7 @@ namespace NadekoBot.Services.Database.Repositories.Impl
|
||||
}
|
||||
public Task<Quote> SearchQuoteKeywordTextAsync(ulong guildId, string keyword, string text)
|
||||
{
|
||||
|
||||
var rngk = new NadekoRandom();
|
||||
var rngk = new NadekoRandom();
|
||||
return _set.Where(q => q.Text.Contains(text) && q.GuildId == guildId && q.Keyword == keyword).OrderBy(q => rngk.Next()).FirstOrDefaultAsync();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user