From 5c883171300092885c5574e81f6e2d2397343b8a Mon Sep 17 00:00:00 2001 From: diamondburned Date: Tue, 23 Nov 2021 22:53:27 -0800 Subject: [PATCH] api: Fix CreateInteractionFollowup return --- api/interaction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/interaction.go b/api/interaction.go index ed1a007..448bb85 100644 --- a/api/interaction.go +++ b/api/interaction.go @@ -251,7 +251,7 @@ func (c *Client) CreateInteractionFollowup( var msg *discord.Message return msg, sendpart.POST( - c.Client, data, msg, EndpointWebhooks+appID.String()+"/"+token+"?") + c.Client, data, &msg, EndpointWebhooks+appID.String()+"/"+token+"?") } func (c *Client) EditInteractionFollowup(