diff --git a/src/structures/IntegrationApplication.js b/src/structures/IntegrationApplication.js index c3d4de890967..b820331bccde 100644 --- a/src/structures/IntegrationApplication.js +++ b/src/structures/IntegrationApplication.js @@ -41,7 +41,7 @@ class IntegrationApplication extends Application { this.summary = data.summary ?? this.summary ?? null; /** - * Whether the application has been associated with a webhook + * Whether the application can be default hooked by the client * @type {?boolean} */ this.hook = data.hook ?? this.hook ?? null;