commit
3b55316020
@ -194,7 +194,7 @@ namespace NadekoBot.Modules.Gambling
|
|||||||
var str = $"{guildUser.Mention} `You rolled {rng}.` ";
|
var str = $"{guildUser.Mention} `You rolled {rng}.` ";
|
||||||
if (rng < 67)
|
if (rng < 67)
|
||||||
{
|
{
|
||||||
str += "More luck next time.";
|
str += "Better luck next time.";
|
||||||
}
|
}
|
||||||
else if (rng < 91)
|
else if (rng < 91)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user