diff options
Diffstat (limited to 'commands/top.go')
| -rw-r--r-- | commands/top.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/top.go b/commands/top.go index 6df259f..c0f4dae 100644 --- a/commands/top.go +++ b/commands/top.go @@ -9,7 +9,7 @@ import ( ) func Top(s *discordgo.Session, i *discordgo.InteractionCreate) { - xp.LastEventUpdate(xp.GetCopaing(i.User.ID, i.GuildID)) + xp.LastEventUpdate(s, xp.GetCopaing(i.User.ID, i.GuildID)) resp := utils.ResponseBuilder{C: s, I: i} err := resp.IsDeferred().Send() if err != nil { |
