Compare commits

..

No commits in common. "050fb353580bdf0bc6a4e1fb9f48aa56f1555b23" and "75fc7b9bb40fd5ac4d80182a149463b4c607882c" have entirely different histories.

View file

@ -50,7 +50,7 @@ func runScrubber() {
tmpScrub := scrubbers
for guildID, users := range tmpScrub {
for userID, interval := range users {
emojis, err := b.Db.GetRecentEmojisForUser(guildID, userID, 6)
emojis, err := b.Db.GetAllEmojisForUser(guildID, userID)
if err != nil {
slog.Error("Error getting recent emojis for user", "guild_id", guildID, "user_id", userID, "err", err)
continue