Remove command categories
This commit is contained in:
parent
3fa4115502
commit
37ac7f56a8
40 changed files with 1 additions and 87 deletions
|
@ -19,7 +19,6 @@ namespace Geekbot.net.Commands.Randomness.Cat
|
|||
}
|
||||
|
||||
[Command("cat", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Return a random image of a cat.")]
|
||||
public async Task Say()
|
||||
{
|
||||
|
|
|
@ -21,7 +21,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("checkem", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Check for dubs")]
|
||||
public async Task MuhDubs()
|
||||
{
|
||||
|
|
|
@ -19,7 +19,6 @@ namespace Geekbot.net.Commands.Randomness.Chuck
|
|||
}
|
||||
|
||||
[Command("chuck", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("A random chuck norris joke")]
|
||||
public async Task Say()
|
||||
{
|
||||
|
|
|
@ -19,7 +19,6 @@ namespace Geekbot.net.Commands.Randomness.Dad
|
|||
}
|
||||
|
||||
[Command("dad", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("A random dad joke")]
|
||||
public async Task Say()
|
||||
{
|
||||
|
|
|
@ -19,7 +19,6 @@ namespace Geekbot.net.Commands.Randomness.Dog
|
|||
}
|
||||
|
||||
[Command("dog", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Return a random image of a dog.")]
|
||||
public async Task Say()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("8ball", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Ask 8Ball a Question.")]
|
||||
public async Task Ball([Remainder] [Summary("Question")] string echo)
|
||||
{
|
||||
|
|
|
@ -15,7 +15,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("fortune", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Get a random fortune")]
|
||||
public async Task GetAFortune()
|
||||
{
|
||||
|
|
|
@ -17,7 +17,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("gdq", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Games)]
|
||||
[Summary("Get a quote from the GDQ donation generator.")]
|
||||
public async Task GetQuote()
|
||||
{
|
||||
|
|
|
@ -16,7 +16,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("panda", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Get a random panda image")]
|
||||
public async Task Panda()
|
||||
{
|
||||
|
@ -25,7 +24,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
|
||||
[Command("croissant", RunMode = RunMode.Async)]
|
||||
[Alias("gipfeli")]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Get a random croissant image")]
|
||||
public async Task Croissant()
|
||||
{
|
||||
|
@ -33,7 +31,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("pumpkin", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Get a random pumpkin image")]
|
||||
public async Task Pumpkin()
|
||||
{
|
||||
|
@ -41,7 +38,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("squirrel", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Get a random squirrel image")]
|
||||
public async Task Squirrel()
|
||||
{
|
||||
|
@ -49,7 +45,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("turtle", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Get a random turtle image")]
|
||||
public async Task Turtle()
|
||||
{
|
||||
|
@ -58,7 +53,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
|
||||
[Command("pinguin", RunMode = RunMode.Async)]
|
||||
[Alias("pingu")]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Get a random pinguin image")]
|
||||
public async Task Pinguin()
|
||||
{
|
||||
|
@ -66,7 +60,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("fox", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Randomness)]
|
||||
[Summary("Get a random fox image")]
|
||||
public async Task Fox()
|
||||
{
|
||||
|
|
|
@ -20,7 +20,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("Ship", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Fun)]
|
||||
[Summary("Ask the Shipping meter")]
|
||||
public async Task Command([Summary("@User1")] IUser user1, [Summary("@User2")] IUser user2)
|
||||
{
|
||||
|
|
|
@ -21,7 +21,6 @@ namespace Geekbot.net.Commands.Randomness
|
|||
}
|
||||
|
||||
[Command("slap", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Fun)]
|
||||
[Summary("slap someone")]
|
||||
public async Task Slapper([Summary("@user")] IUser user)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue