From 357b7ebae39df26c2497fe331923268d525524ab Mon Sep 17 00:00:00 2001 From: Almeida Date: Sat, 13 Aug 2022 16:45:17 +0100 Subject: [PATCH] docs: wording Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> --- packages/discord.js/src/structures/Integration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/src/structures/Integration.js b/packages/discord.js/src/structures/Integration.js index 41d6aa7ed380..f610a20ab29d 100644 --- a/packages/discord.js/src/structures/Integration.js +++ b/packages/discord.js/src/structures/Integration.js @@ -188,7 +188,7 @@ class Integration extends Base { if ('scopes' in data) { /** - * The scopes the application has been authorized for + * The scopes this application has been authorized for * @type {?OAuth2Scopes[]} */ this.scopes = data.scopes;