Bugfix in !urban and karma bugfix in !stats
This commit is contained in:
parent
2ef08ae924
commit
12919acf95
2 changed files with 3 additions and 3 deletions
|
@ -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)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue