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
1 changed files with 1 additions and 1 deletions

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")
}
}