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 Oct 28, 2024
1 parent 2f50d98 commit 045ae78
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 254 deletions.
7 changes: 7 additions & 0 deletions dist/src/structures/Member.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,13 @@ declare class Member {
* @public
*/
public readonly get displayAvatarURL(): string;
/**
* The url of the member's avatar without falling back to the user's avatar.
* @readonly
* @type {String}
* @public
*/
public readonly get displayAvatarURLNoFallback(): string;
/**
* Whether the user has not yet passed the guild's membership screening requirements.
* @readonly
Expand Down
2 changes: 1 addition & 1 deletion dist/src/structures/Member.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 045ae78

Please sign in to comment.