more async and bug fix in stats

This commit is contained in:
Runebaas 2017-04-24 21:42:43 +02:00
parent 916181a878
commit 5dd7d343ee
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ namespace Geekbot.net.Modules
eb.AddField("Karma", karma);
}
var correctRolls = redis.Client.StringGet($"{Context.Guild.Id}-{Context.User.Id}-correctRolls");
var correctRolls = redis.Client.StringGet($"{Context.Guild.Id}-{userInfo.Id}-correctRolls");
if (!correctRolls.IsNullOrEmpty)
{
eb.AddField("Guessed Rolls", correctRolls);