fix: public bot fix

This commit is contained in:
Kwoth
2025-01-20 00:53:24 +00:00
parent e40c9335c1
commit eaab60898f
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ public partial class Gambling : GamblingModule<GamblingService>
#if GLOBAL_NADEKO #if GLOBAL_NADEKO
if (_rng.Next(0, 5) == 0) if (_rng.Next(0, 5) == 0)
toSend = toSend toSend = toSend
.Confirm("[Sub on Patreon](https://patreon.com/nadekobot) to remove captcha.") .Confirm("[Sub on Patreon](https://patreon.com/nadekobot) to remove captcha.");
#endif #endif
var captchaMessage = await toSend.SendAsync(); var captchaMessage = await toSend.SendAsync();

View File

@@ -35,7 +35,7 @@ public partial class Games
#if GLOBAL_NADEKO #if GLOBAL_NADEKO
if (_rng.Next(0, 5) == 0) if (_rng.Next(0, 5) == 0)
toSend = toSend toSend = toSend
.Confirm("[Sub on Patreon](https://patreon.com/nadekobot) to remove captcha.") .Confirm("[Sub on Patreon](https://patreon.com/nadekobot) to remove captcha.");
#endif #endif
var captcha = await toSend.SendAsync(); var captcha = await toSend.SendAsync();