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
|
@ -17,7 +17,7 @@ namespace Geekbot.net.Commands.Randomness
|
|||
|
||||
[Command("8ball", RunMode = RunMode.Async)]
|
||||
[Summary("Ask 8Ball a Question.")]
|
||||
public async Task Ball([Remainder] [Summary("Question")] string echo)
|
||||
public async Task Ball([Remainder] [Summary("question")] string echo)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
@ -26,7 +26,7 @@ namespace Geekbot.net.Commands.Randomness
|
|||
|
||||
[Command("Ship", RunMode = RunMode.Async)]
|
||||
[Summary("Ask the Shipping meter")]
|
||||
public async Task Command([Summary("@User1")] IUser user1, [Summary("@User2")] IUser user2)
|
||||
public async Task Command([Summary("@user1")] IUser user1, [Summary("@user2")] IUser user2)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
@ -24,7 +24,7 @@ namespace Geekbot.net.Commands.Randomness
|
|||
|
||||
[Command("slap", RunMode = RunMode.Async)]
|
||||
[Summary("slap someone")]
|
||||
public async Task Slapper([Summary("@user")] IUser user)
|
||||
public async Task Slapper([Summary("@someone")] IUser user)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue