Browse Source

Bump API version to v8

Carson Hoffman 4 years ago
parent
commit
9eb033c0db
1 changed files with 1 additions and 1 deletions
  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 (