Bugfix in !urban and karma bugfix in !stats

This commit is contained in:
Runebaas 2017-11-11 17:33:50 +01:00
parent 2ef08ae924
commit 12919acf95
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ namespace Geekbot.net.Commands
.WithName(userInfo.Username));
eb.WithColor(new Color(221, 255, 119));
var karma = _redis.HashGet($"{Context.Guild.Id}:Karma", userInfo.Id);
var karma = _redis.HashGet($"{Context.Guild.Id}:Karma", userInfo.Id.ToString());
var correctRolls = _redis.HashGet($"{Context.Guild.Id}:Rolls", userInfo.Id.ToString());
eb.AddInlineField("Discordian Since", $"{createdAt.Day}.{createdAt.Month}.{createdAt.Year} ({age} days)")