Skip to content

Commit

Permalink
docs(ApplicationCommand, Attachment): fix id type in jsdoc (#191)
Browse files Browse the repository at this point in the history
Somehow, this managed to flow under the radar…
  • Loading branch information
TTtie authored Jan 12, 2025
1 parent 69c2ec2 commit ddb7dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/structures/ApplicationCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ApplicationCommand extends Base {
/**
* The ID of the application command
* @override
* @member {Number} ApplicationCommand#id
* @member {String} ApplicationCommand#id
*/

#client;
Expand Down
2 changes: 1 addition & 1 deletion lib/structures/Attachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Attachment extends Base {
/**
* The attachment ID
* @override
* @member {Number} Attachment#id
* @member {String} Attachment#id
*/

constructor(data) {
Expand Down

0 comments on commit ddb7dd1

Please sign in to comment.