Updates identity to correct scope name of identify (#6140)

This commit is contained in:
Devin
2021-07-19 00:02:37 -07:00
committed by GitHub
parent 63ce065fc3
commit 8ea04b295d
2 changed files with 2 additions and 2 deletions

View File

@@ -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
View File

@@ -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'