Make the command documentation slightly more consistent across most all commands
This commit is contained in:
parent
03343918b0
commit
e4fd828a13
18 changed files with 26 additions and 26 deletions
|
@ -19,7 +19,7 @@ namespace Geekbot.net.Commands.Utils.Dice
|
|||
|
||||
[Command("dice", RunMode = RunMode.Async)]
|
||||
[Summary("Roll a dice.")]
|
||||
public async Task RollCommand([Remainder] [Summary("diceType")] string diceType = "1d20")
|
||||
public async Task RollCommand([Remainder] [Summary("dice-type")] string diceType = "1d20")
|
||||
{
|
||||
var splitedDices = diceType.Split("+");
|
||||
var dices = new List<DiceTypeDto>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue