Remove command categories

This commit is contained in:
runebaas 2018-05-13 15:55:57 +02:00
parent 3fa4115502
commit 37ac7f56a8
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
40 changed files with 1 additions and 87 deletions

View file

@ -26,7 +26,6 @@ namespace Geekbot.net.Commands.User
}
[Command("good", RunMode = RunMode.Async)]
[Remarks(CommandCategories.Karma)]
[Summary("Increase Someones Karma")]
public async Task Good([Summary("@someone")] IUser user)
{
@ -74,7 +73,6 @@ namespace Geekbot.net.Commands.User
}
[Command("bad", RunMode = RunMode.Async)]
[Remarks(CommandCategories.Karma)]
[Summary("Decrease Someones Karma")]
public async Task Bad([Summary("@someone")] IUser user)
{