Merge pull request #813 from ByFurriesForFurries/dev

Grammar pls
This commit is contained in:
Master Kwoth 2016-11-29 10:38:54 +01:00 committed by GitHub
commit 59fe1f2a30

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