1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-11-30 18:53:30 +00:00

API: add missing trailing linefeed

This commit is contained in:
mavolin 2020-05-15 20:38:22 +02:00
parent 0c21aa8571
commit 48a13e1fe8
No known key found for this signature in database
GPG key ID: D8681218EDF216DF

View file

@ -84,4 +84,4 @@ func (c *Client) CreatePrivateChannel(recipientID discord.Snowflake) (*discord.C
func (c *Client) UserConnections() ([]discord.Connection, error) {
var conn []discord.Connection
return conn, c.RequestJSON(&conn, "GET", EndpointMe+"/connections")
}
}