Translate rank command

This commit is contained in:
runebaas 2019-05-12 16:38:43 +02:00
parent 92c2d173eb
commit 5109cc03a4
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
3 changed files with 28 additions and 8 deletions

View file

@ -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
{