forked from pothtonswer/discordmuffin
Bump API version to v8
This commit is contained in:
parent
bca349d46d
commit
9eb033c0db
1 changed files with 1 additions and 1 deletions
|
@ -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 (
|
||||||
|
|
Loading…
Reference in a new issue