Make the command documentation slightly more consistent across most all commands
This commit is contained in:
parent
03343918b0
commit
e4fd828a13
18 changed files with 26 additions and 26 deletions
|
@ -23,7 +23,7 @@ namespace Geekbot.net.Commands.Integrations.Google
|
|||
|
||||
[Command("google", RunMode = RunMode.Async)]
|
||||
[Summary("Google Something.")]
|
||||
public async Task AskGoogle([Remainder, Summary("SearchText")] string searchText)
|
||||
public async Task AskGoogle([Remainder, Summary("search-text")] string searchText)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue