diff --git a/api/user.go b/api/user.go index 49e7318..848e7aa 100644 --- a/api/user.go +++ b/api/user.go @@ -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") -} \ No newline at end of file +}