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();