aboutsummaryrefslogtreecommitdiff
path: root/commands/credits.go
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-27 17:34:38 +0200
committerWilliam Hergès <william@herges.fr>2025-09-27 17:34:38 +0200
commitcfdba5f417bb31aac564d13becc09874f17d075d (patch)
tree5f79f01bdab1fae108ca93be05e2c7fd8898bc08 /commands/credits.go
parentdca669455f4746666fd3a1177a4db2eaa5320cb7 (diff)
build(gokord): bump to latest nightly
Diffstat (limited to 'commands/credits.go')
-rw-r--r--commands/credits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/credits.go b/commands/credits.go
index b303834..340ea57 100644
--- a/commands/credits.go
+++ b/commands/credits.go
@@ -15,6 +15,6 @@ func Credits(s bot.Session, _ *event.InteractionCreate, _ cmd.OptionMap, resp *c
msg += "- [Inter](<https://github.com/rsms/inter>)"
err := resp.SetMessage(msg).Send()
if err != nil {
- s.LogError(err, "sending credits")
+ s.Logger().Error("sending credits", "error", err)
}
}