Remove command categories
This commit is contained in:
parent
3fa4115502
commit
37ac7f56a8
40 changed files with 1 additions and 87 deletions
|
@ -25,7 +25,6 @@ namespace Geekbot.net.Commands.User
|
|||
}
|
||||
|
||||
[Command("serverstats", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Statistics)]
|
||||
[Summary("Show some info about the bot.")]
|
||||
public async Task GetInfo()
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -36,7 +36,6 @@ namespace Geekbot.net.Commands.User.Ranking
|
|||
}
|
||||
|
||||
[Command("rank", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Statistics)]
|
||||
[Summary("get user top 10 in messages or karma")]
|
||||
public async Task RankCmd([Summary("type")] string typeUnformated = "messages", [Summary("amount")] int amount = 10)
|
||||
{
|
||||
|
|
|
@ -23,7 +23,6 @@ namespace Geekbot.net.Commands.User
|
|||
}
|
||||
|
||||
[Command("stats", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Statistics)]
|
||||
[Summary("Get information about this user")]
|
||||
public async Task User([Summary("@someone")] IUser user = null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue