mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-01 18:32:15 +00:00
updates
This commit is contained in:
parent
09bda750d6
commit
d65e031ff5
2 changed files with 4 additions and 1 deletions
|
@ -139,7 +139,7 @@ func showTopUsers(s *discordgo.Session, i *discordgo.InteractionCreate) {
|
|||
|
||||
msg := "Users who use the most emojis:\n"
|
||||
for k, v := range top {
|
||||
slog.Error("Error getting top emojis for guild user", "emoji_id", k, "count", v)
|
||||
slog.Error("Error getting top emojis for guild user", "user_id", k, "count", v)
|
||||
topUsers, err := b.Db.GetTopEmojisForGuildUser(i.GuildID, k, 3)
|
||||
if err != nil {
|
||||
slog.Error("Error getting top emojis for guild user", "err", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue