mirror of
https://github.com/idanoo/GoDiscMoji
synced 2025-07-01 10:22:14 +00:00
updates
This commit is contained in:
parent
e53abac47c
commit
09bda750d6
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +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)
|
||||
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