Skip to content

Commit

Permalink
Commit from GitHub Actions (Export and compile structures)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 26, 2024
1 parent a3efb13 commit 265ab33
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 149 deletions.
6 changes: 6 additions & 0 deletions dist/src/structures/Attachment.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ declare class Attachment {
* @public
*/
public readonly get channelId(): string;
/**
* Fetches the data of the attachment.
* @returns {Promise<ArrayBuffer>}
* @public
*/
public fetchData(): Promise<ArrayBuffer>;
/**
* @method
* @public
Expand Down
2 changes: 1 addition & 1 deletion dist/src/structures/Attachment.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 265ab33

Please sign in to comment.