|
@@ -585,7 +585,7 @@ func (s *Session) GuildCreate(name string) (st *Guild, err error) {
|
|
|
Name string `json:"name"`
|
|
|
}{name}
|
|
|
|
|
|
- body, err := s.RequestWithBucketID("POST", EndpointGuilds, data, EndpointGuilds)
|
|
|
+ body, err := s.RequestWithBucketID("POST", EndpointGuildCreate, data, EndpointGuildCreate)
|
|
|
if err != nil {
|
|
|
return
|
|
|
}
|