From eaab60898fff26d7f1357af329218b4129929026 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Mon, 20 Jan 2025 00:53:24 +0000 Subject: [PATCH] fix: public bot fix --- src/NadekoBot/Modules/Gambling/Gambling.cs | 2 +- src/NadekoBot/Modules/Games/Fish/FishCommands.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Gambling/Gambling.cs b/src/NadekoBot/Modules/Gambling/Gambling.cs index 5ac9e601c..359c4a528 100644 --- a/src/NadekoBot/Modules/Gambling/Gambling.cs +++ b/src/NadekoBot/Modules/Gambling/Gambling.cs @@ -170,7 +170,7 @@ public partial class Gambling : GamblingModule #if GLOBAL_NADEKO if (_rng.Next(0, 5) == 0) 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 var captchaMessage = await toSend.SendAsync(); diff --git a/src/NadekoBot/Modules/Games/Fish/FishCommands.cs b/src/NadekoBot/Modules/Games/Fish/FishCommands.cs index a8bf5d9d0..026d0353f 100644 --- a/src/NadekoBot/Modules/Games/Fish/FishCommands.cs +++ b/src/NadekoBot/Modules/Games/Fish/FishCommands.cs @@ -35,7 +35,7 @@ public partial class Games #if GLOBAL_NADEKO if (_rng.Next(0, 5) == 0) 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 var captcha = await toSend.SendAsync();