From 603b3f297bedb67d45900e5aa7f49409691003c8 Mon Sep 17 00:00:00 2001 From: FrostTheFox Date: Mon, 28 Nov 2016 20:17:00 -0500 Subject: [PATCH] Best fix ever. --- src/NadekoBot/Modules/Gambling/Gambling.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Modules/Gambling/Gambling.cs b/src/NadekoBot/Modules/Gambling/Gambling.cs index 948bfd82..1ab94b4f 100644 --- a/src/NadekoBot/Modules/Gambling/Gambling.cs +++ b/src/NadekoBot/Modules/Gambling/Gambling.cs @@ -194,7 +194,7 @@ namespace NadekoBot.Modules.Gambling var str = $"{guildUser.Mention} `You rolled {rng}.` "; if (rng < 67) { - str += "More luck next time."; + str += "Better luck next time."; } else if (rng < 91) {