Translate rank command
This commit is contained in:
parent
92c2d173eb
commit
5109cc03a4
3 changed files with 28 additions and 8 deletions
|
@ -74,7 +74,7 @@ namespace Geekbot.net.Commands.Rpg
|
|||
|
||||
[Command("give", RunMode = RunMode.Async)]
|
||||
[Summary("Give cookies to someone")]
|
||||
public async Task GiveACookie([Summary("User")] IUser user, [Summary("amount")] int amount)
|
||||
public async Task GiveACookie([Summary("User")] IUser user, [Summary("amount")] int amount = 1)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue