diff --git a/api/user.go b/api/user.go index 9b88bd3..ea00fd3 100644 --- a/api/user.go +++ b/api/user.go @@ -78,7 +78,4 @@ func (c *Client) ChangeOwnNickname( ) } -// shitty SDK, don't care, PR welcomed -// func (c *Client) CreateGroup(tokens []string, nicks map[]) - // func (c *Client) UserConnections() ([]discord.Connection, error) {}