Remove command categories
This commit is contained in:
parent
3fa4115502
commit
37ac7f56a8
40 changed files with 1 additions and 87 deletions
|
@ -21,7 +21,6 @@ namespace Geekbot.net.Commands.Integrations
|
|||
}
|
||||
|
||||
[Command("anime", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Helpers)]
|
||||
[Summary("Show Info about an Anime.")]
|
||||
public async Task SearchAnime([Remainder] [Summary("AnimeName")] string animeName)
|
||||
{
|
||||
|
@ -70,7 +69,6 @@ namespace Geekbot.net.Commands.Integrations
|
|||
}
|
||||
|
||||
[Command("manga", RunMode = RunMode.Async)]
|
||||
[Remarks(CommandCategories.Helpers)]
|
||||
[Summary("Show Info about a Manga.")]
|
||||
public async Task SearchManga([Remainder] [Summary("MangaName")] string mangaName)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue