added edit member struct.

This commit is contained in:
5elenay
2021-08-25 09:40:46 +03:00
parent 56a760248c
commit 73492dd1d3
2 changed files with 50 additions and 0 deletions

View File

@@ -153,6 +153,11 @@ func (s Server) FetchMember(id string) (*Member, error) {
return member, nil
}
// Edit a member.
func (s Server) EditMember(id string) {
}
// // Fetch all server invites.
// func (s Server) FetchInvites() {
// data, _ := s.Client.Request("GET", "/servers/"+s.Id+"/invites", []byte{})