Best fix ever.

This commit is contained in:
FrostTheFox 2016-11-28 20:17:00 -05:00
parent 438fc97ae1
commit 603b3f297b
No known key found for this signature in database
GPG Key ID: 96E4CB88ECA0089E

View File

@ -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)
{