mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
Updates identity to correct scope name of identify (#6140)
This commit is contained in:
@@ -332,7 +332,7 @@ exports.InviteScopes = [
|
|||||||
'bot',
|
'bot',
|
||||||
'connections',
|
'connections',
|
||||||
'email',
|
'email',
|
||||||
'identity',
|
'identify',
|
||||||
'guilds',
|
'guilds',
|
||||||
'guilds.join',
|
'guilds.join',
|
||||||
'gdm.join',
|
'gdm.join',
|
||||||
|
|||||||
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3659,7 +3659,7 @@ export type InviteScope =
|
|||||||
| 'bot'
|
| 'bot'
|
||||||
| 'connections'
|
| 'connections'
|
||||||
| 'email'
|
| 'email'
|
||||||
| 'identity'
|
| 'identify'
|
||||||
| 'guilds'
|
| 'guilds'
|
||||||
| 'guilds.join'
|
| 'guilds.join'
|
||||||
| 'gdm.join'
|
| 'gdm.join'
|
||||||
|
|||||||
Reference in New Issue
Block a user