Bump API version to v8

This commit is contained in:
Carson Hoffman 2021-01-20 18:05:39 -05:00
parent bca349d46d
commit 9eb033c0db
No known key found for this signature in database
GPG key ID: 05B660CB452C657F

View file

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