Updated things to be right

This commit is contained in:
Toastie 2024-06-27 16:38:10 +12:00
parent 3181f4dcaa
commit 496a0cc68c
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
3 changed files with 4 additions and 4 deletions

View file

@ -93,7 +93,7 @@ public class Blackjack
} }
catch (Exception ex) 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; State = GameState.Ended;
_ = GameEnded?.Invoke(this); _ = GameEnded?.Invoke(this);
} }

View file

@ -34,7 +34,7 @@ public class RollDuelGame
private readonly ICurrencyService _cs; private readonly ICurrencyService _cs;
private readonly Timer _timeoutTimer; private readonly Timer _timeoutTimer;
private readonly NadekoRandom _rng = new(); private readonly EllieRandom _rng = new();
private readonly SemaphoreSlim _locker = new(1, 1); private readonly SemaphoreSlim _locker = new(1, 1);
public RollDuelGame( public RollDuelGame(

View file

@ -40,7 +40,7 @@ public partial class SearchesConfig : ICloneable<SearchesConfig>
[Comment(""" [Comment("""
Set the searx instance urls in case you want to use 'searx' for either img or web search. 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` Use a fully qualified url. Example: `https://my-searx-instance.mydomain.com`
Instances specified must support 'format=json' query parameter. Instances specified must support 'format=json' query parameter.
- In case you're running your own searx instance, set - In case you're running your own searx instance, set
@ -57,7 +57,7 @@ public partial class SearchesConfig : ICloneable<SearchesConfig>
[Comment(""" [Comment("""
Set the invidious instance urls in case you want to use 'invidious' for `.youtube` search 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. These instances may be used for music queue functionality in the future.
Use a fully qualified url. Example: https://my-invidious-instance.mydomain.com Use a fully qualified url. Example: https://my-invidious-instance.mydomain.com