Fixed Rolluo documentation in Source File.

This commit is contained in:
AraHaan 2016-08-10 04:44:22 -05:00 committed by GitHub
parent eb3a082aa1
commit 9cbf00d758

View File

@ -27,7 +27,7 @@ namespace NadekoBot.Modules.Gambling
cgb.CreateCommand(Module.Prefix + "rolluo") cgb.CreateCommand(Module.Prefix + "rolluo")
.Description("Rolls 0-100. If you supply a number [x] it rolls up to 30 normal dice (unordered)." + .Description("Rolls 0-100. If you supply a number [x] it rolls up to 30 normal dice (unordered)." +
$" If you split 2 numbers with letter d (xdy) it will roll x dice from 1 to y. | `{Prefix}roll` or `{Prefix}roll` 7 or `{Prefix}roll 3d5`") $" If you split 2 numbers with letter d (xdy) it will roll x dice from 1 to y. | `{Prefix}rolluo` or `{Prefix}rolluo 7` or `{Prefix}rolluo 3d5`")
.Parameter("num", ParameterType.Optional) .Parameter("num", ParameterType.Optional)
.Do(RollFunc(false)); .Do(RollFunc(false));