Merge pull request #13 from Kwoth/dev

update
This commit is contained in:
samvaio 2016-11-29 17:18:39 +05:30 committed by GitHub
commit 3b55316020

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