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/top.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/top.go') diff --git a/commands/top.go b/commands/top.go index 7b57d8f..aa0c288 100644 --- a/commands/top.go +++ b/commands/top.go @@ -50,7 +50,7 @@ func Top(ctx context.Context, dg bot.Session, i *interaction.ApplicationCommand) resp.AddEmbed(embeds[1]). AddEmbed(embeds[2]) } - err := dg.InteractionAPI().Respond(i.Interaction, resp.Response()).Do(ctx) + err := interaction.Respond(i.Interaction, resp.Response()).Do(ctx) if err != nil { bot.Logger(ctx).Error("sending response top", "error", err) } -- cgit v1.2.3