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