Skip to content

Commit

Permalink
fix: correct hook docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
almostSouji committed May 10, 2021
1 parent 79bff36 commit e67e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/IntegrationApplication.js
Expand Up @@ -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;
Expand Down

0 comments on commit e67e698

Please sign in to comment.