api: Fix CreateInteractionFollowup return

This commit is contained in:
diamondburned 2021-11-23 22:53:27 -08:00
parent c3b7383b77
commit 5c88317130
No known key found for this signature in database
GPG Key ID: D78C4471CE776659
1 changed files with 1 additions and 1 deletions

View File

@ -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(