Parcourir la source

Bump API version to v8

Carson Hoffman il y a 4 ans
Parent
commit
9eb033c0db
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      endpoints.go

+ 1 - 1
endpoints.go

@@ -14,7 +14,7 @@ package discordgo
 import "strconv"
 
 // APIVersion is the Discord API version used for the REST and Websocket API.
-var APIVersion = "6"
+var APIVersion = "8"
 
 // Known Discord API Endpoints.
 var (