Add Cookies to the highscore

This commit is contained in:
runebaas 2019-05-10 21:37:52 +02:00
parent 1884fc5559
commit d3038b90a8
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
3 changed files with 15 additions and 2 deletions

View file

@ -46,7 +46,7 @@ namespace Geekbot.net.Commands.User.Ranking
}
catch
{
await ReplyAsync("Valid types are '`messages`' '`karma`', '`rolls`'");
await ReplyAsync("Valid types are '`messages`' '`karma`', '`rolls`' and '`cookies`'");
return;
}