forked from EllieBotDevs/elliebot
Fixed greet/bye messages showing wrong message in the wrong server sometimes
Fixed the check for updates service Version upped to 5.1.12. Updated CHANGELOG.md
This commit is contained in:
parent
3ba1d06fd0
commit
487c7865cb
38 changed files with 101 additions and 74 deletions
src/EllieBot/Modules/Searches
|
@ -13,14 +13,14 @@ namespace EllieBot.Modules.Searches;
|
|||
|
||||
public partial class Searches : EllieModule<SearchesService>
|
||||
{
|
||||
private readonly IBotCredentials _creds;
|
||||
private readonly IBotCreds _creds;
|
||||
private readonly IGoogleApiService _google;
|
||||
private readonly IHttpClientFactory _httpFactory;
|
||||
private readonly IMemoryCache _cache;
|
||||
private readonly ITimezoneService _tzSvc;
|
||||
|
||||
public Searches(
|
||||
IBotCredentials creds,
|
||||
IBotCreds creds,
|
||||
IGoogleApiService google,
|
||||
IHttpClientFactory factory,
|
||||
IMemoryCache cache,
|
||||
|
|
Reference in a new issue