Skip to content

Commit

Permalink
Hotfixes SADD v ZADD key
Browse files Browse the repository at this point in the history
  • Loading branch information
denverquane committed Nov 12, 2020
1 parent ce94ad2 commit a49f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func totalGuildsKey(version string) string {
}

func activeGamesKey(guildID string) string {
return "automuteus:discord:" + guildID + ":games:set"
return "automuteus:discord:" + guildID + ":games:zset"
}

func discordKeyTextChannelPtr(guildID, channelID string) string {
Expand Down

0 comments on commit a49f83b

Please sign in to comment.