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
|
@ -31,7 +31,7 @@ namespace Geekbot.net.Commands.Admin.Owner
|
|||
|
||||
[Command("youtubekey", RunMode = RunMode.Async)]
|
||||
[Summary("Set the youtube api key")]
|
||||
public async Task SetYoutubeKey([Summary("API Key")] string key)
|
||||
public async Task SetYoutubeKey([Summary("API-Key")] string key)
|
||||
{
|
||||
await _globalSettings.SetKey("YoutubeKey", key);
|
||||
await ReplyAsync("Apikey has been set");
|
||||
|
@ -80,7 +80,7 @@ namespace Geekbot.net.Commands.Admin.Owner
|
|||
|
||||
[Command("refreshuser", RunMode = RunMode.Async)]
|
||||
[Summary("Refresh a user in the user cache")]
|
||||
public async Task PopUserRepoCommand([Summary("@user")] IUser user)
|
||||
public async Task PopUserRepoCommand([Summary("@someone")] IUser user)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue