1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-10-01 06:48:51 +00:00

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

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(