Merge branch '1.0' of https://github.com/Kwoth/NadekoBot into 1.0
This commit is contained in:
@ -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);
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user