diff --git a/src/EllieBot/Modules/Gambling/BlackJack/Blackjack.cs b/src/EllieBot/Modules/Gambling/BlackJack/Blackjack.cs index c36845e..982454e 100644 --- a/src/EllieBot/Modules/Gambling/BlackJack/Blackjack.cs +++ b/src/EllieBot/Modules/Gambling/BlackJack/Blackjack.cs @@ -93,7 +93,7 @@ public class Blackjack } catch (Exception ex) { - Log.Error(ex, "REPORT THE MESSAGE BELOW IN #NadekoLog SERVER PLEASE"); + Log.Error(ex, "REPORT THE MESSAGE BELOW IN Ellie Support SERVER PLEASE"); State = GameState.Ended; _ = GameEnded?.Invoke(this); } diff --git a/src/EllieBot/Modules/Gambling/_common/RollDuelGame.cs b/src/EllieBot/Modules/Gambling/_common/RollDuelGame.cs index 1244252..24b634a 100644 --- a/src/EllieBot/Modules/Gambling/_common/RollDuelGame.cs +++ b/src/EllieBot/Modules/Gambling/_common/RollDuelGame.cs @@ -34,7 +34,7 @@ public class RollDuelGame private readonly ICurrencyService _cs; private readonly Timer _timeoutTimer; - private readonly NadekoRandom _rng = new(); + private readonly EllieRandom _rng = new(); private readonly SemaphoreSlim _locker = new(1, 1); public RollDuelGame( diff --git a/src/EllieBot/Modules/Searches/_common/Config/SearchesConfig.cs b/src/EllieBot/Modules/Searches/_common/Config/SearchesConfig.cs index c1c73aa..fb64849 100644 --- a/src/EllieBot/Modules/Searches/_common/Config/SearchesConfig.cs +++ b/src/EllieBot/Modules/Searches/_common/Config/SearchesConfig.cs @@ -40,7 +40,7 @@ public partial class SearchesConfig : ICloneable [Comment(""" Set the searx instance urls in case you want to use 'searx' for either img or web search. - Nadeko will use a random one for each request. + Ellie will use a random one for each request. Use a fully qualified url. Example: `https://my-searx-instance.mydomain.com` Instances specified must support 'format=json' query parameter. - In case you're running your own searx instance, set @@ -57,7 +57,7 @@ public partial class SearchesConfig : ICloneable [Comment(""" Set the invidious instance urls in case you want to use 'invidious' for `.youtube` search - Nadeko will use a random one for each request. + Ellie will use a random one for each request. These instances may be used for music queue functionality in the future. Use a fully qualified url. Example: https://my-invidious-instance.mydomain.com