Merge branch 'main' into edit

This commit is contained in:
ITOH
2021-05-06 14:53:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ export const rest = {
token: "",
/** The maximum amount of retries allowed */
maxRetryCount: 10,
apiVersion: "8",
apiVersion: "9",
/** The secret authorization key to confirm that this was a request made by you and not a DDOS attack. */
authorization: "discordeno_best_lib_ever",
pathQueues: new Map<

View File

@@ -49,7 +49,7 @@ export const ws = {
},
botGatewayData: {
/** The WSS URL that can be used for connecting to the gateway. */
url: "wss://gateway.discord.gg/?v=8&encoding=json",
url: "wss://gateway.discord.gg/?v=9&encoding=json",
/** The recommended number of shards to use when connecting. */
shards: 1,
/** Info on the current start limit. */