From e566489af26fc9133a3509251812910e03b90c8c Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 2 Mar 2026 12:38:58 +0100 Subject: build(gokord): update to latest nightly --- commands/credits.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/credits.go') diff --git a/commands/credits.go b/commands/credits.go index a27d2cc..403329e 100644 --- a/commands/credits.go +++ b/commands/credits.go @@ -15,7 +15,7 @@ func Credits(ctx context.Context, dg bot.Session, i *interaction.ApplicationComm msg += "Utilise :\n- [nyttikord/gokord]()\n" msg += "- [Inter]()" resp := interaction.NewMessageResponse().Message(msg).Response() - err := dg.InteractionAPI().Respond(i.Interaction, resp).Do(ctx) + err := interaction.Respond(i.Interaction, resp).Do(ctx) if err != nil { bot.Logger(ctx).Error("sending credits", "error", err) } -- cgit v1.2.3