From 8ea04b295da2f499eec23aac239690033dc69313 Mon Sep 17 00:00:00 2001 From: Devin Date: Mon, 19 Jul 2021 00:02:37 -0700 Subject: [PATCH] Updates `identity` to correct scope name of `identify` (#6140) --- src/util/Constants.js | 2 +- typings/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/Constants.js b/src/util/Constants.js index 9fbb1dfbe..cf50a0bef 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -332,7 +332,7 @@ exports.InviteScopes = [ 'bot', 'connections', 'email', - 'identity', + 'identify', 'guilds', 'guilds.join', 'gdm.join', diff --git a/typings/index.d.ts b/typings/index.d.ts index 779ff8b40..a24bacf30 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3659,7 +3659,7 @@ export type InviteScope = | 'bot' | 'connections' | 'email' - | 'identity' + | 'identify' | 'guilds' | 'guilds.join' | 'gdm.join'