mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
fix(gateway): use version 10 (#7689)
* fix: make gateway use version 10 * chore: fix readme rest versions
This commit is contained in:
@@ -81,7 +81,7 @@ export interface RESTOptions {
|
||||
userAgentAppendix: string;
|
||||
/**
|
||||
* The version of the API to use
|
||||
* @default '9'
|
||||
* @default '10'
|
||||
*/
|
||||
version: string;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user