From b6fee46f695fc9f3ed0d4c3aa5963175caa6442a Mon Sep 17 00:00:00 2001 From: mavolin <48887425+mavolin@users.noreply.github.com> Date: Fri, 15 May 2020 19:37:10 +0200 Subject: [PATCH] API: remove comment --- api/user.go | 3 --- 1 file changed, 3 deletions(-) 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) {}