Use api v8

This commit is contained in:
rxdn 2020-09-25 20:01:01 +01:00
parent 6b9d68c51c
commit e708bfa3d4

View File

@ -28,7 +28,7 @@ const (
ApplicationJson ContentType = "application/json"
ApplicationFormUrlEncoded ContentType = "application/x-www-form-urlencoded"
BASE_URL = "https://discordapp.com/api/v6"
BASE_URL = "https://discordapp.com/api/v8"
)
type Endpoint struct {