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;