mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-27 09:12:53 +00:00
api: Fix CreateInteractionFollowup return
This commit is contained in:
parent
c3b7383b77
commit
5c88317130
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue