fixed spam while playing $br

This commit is contained in:
Kwoth
2016-07-17 13:08:24 +02:00
parent 89de5e519b
commit b9d60d9c0e
2 changed files with 6 additions and 3 deletions

View File

@ -156,7 +156,7 @@ namespace NadekoBot.Modules.Gambling
return;
}
await FlowersHandler.RemoveFlowers(e.User, "Betroll Gamble", (int)amount);
await FlowersHandler.RemoveFlowers(e.User, "Betroll Gamble", (int)amount, true);
var rng = new Random().Next(0, 101);
var str = $"{e.User.Mention} `You rolled {rng}.` ";