Merge pull request #758 from fearnlj01/1.0-fearnlj01

Various changes ¯\_(ツ)_/¯
This commit is contained in:
Master Kwoth
2016-11-11 02:09:56 +01:00
committed by GitHub
5 changed files with 21 additions and 15 deletions

View File

@ -204,7 +204,7 @@ namespace NadekoBot.Modules.Gambling
{
str += "More luck next time.";
}
else if (rng < 90)
else if (rng < 91)
{
str += $"Congratulations! You won {amount * 2}{Gambling.CurrencySign} for rolling above 66";
await CurrencyHandler.AddCurrencyAsync(guildUser, "Betroll Gamble", amount * 2, false).ConfigureAwait(false);

View File

@ -718,7 +718,7 @@
<value>Sends a message to someone on a different server through the bot. Separate server and channel/user ids with `|` and prepend channel id with `c:` and user id with `u:`.</value>
</data>
<data name="send_usage" xml:space="preserve">
<value>`{0}send serverid|c:channelid` or `{0}send serverid|u:userid`</value>
<value>`{0}send serverid|c:channelid message` or `{0}send serverid|u:userid message`</value>
</data>
<data name="mentionrole_cmd" xml:space="preserve">
<value>mentionrole menro</value>