removed prints.

This commit is contained in:
5elenay
2021-08-28 22:05:19 +03:00
parent 10af7aac1e
commit 4f276bab6a
2 changed files with 0 additions and 8 deletions

View File

@@ -336,10 +336,3 @@ func (s Server) DeleteRole(id string) error {
return nil
}
// // Fetch all server invites.
// func (s Server) FetchInvites() {
// data, _ := s.Client.Request("GET", "/servers/"+s.Id+"/invites", []byte{})
// fmt.Println("\n\n" + string(data) + "\n\n")
// }