Remove command categories
This commit is contained in:
parent
3fa4115502
commit
37ac7f56a8
40 changed files with 1 additions and 87 deletions
|
@ -11,7 +11,6 @@ namespace Geekbot.net.Commands.Utils.Dice
|
|||
public class Dice : ModuleBase
|
||||
{
|
||||
[Command("dice", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Roll a dice.")]
|
||||
public async Task RollCommand([Remainder] [Summary("diceType")] string diceType = "1d20")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue