feat(GuildMember): set theme colors

This commit is contained in:
March 7th
2022-10-26 22:34:09 +07:00
parent 0c3d922096
commit 31e0de6a05
5 changed files with 33 additions and 1 deletions

1
typings/index.d.ts vendored
View File

@@ -1517,6 +1517,7 @@ export class GuildMember extends PartialTextBasedChannel(Base) {
public toJSON(): unknown;
public toString(): MemberMention;
public valueOf(): string;
public setThemeColors(primary?: ColorResolvable, accent?: ColorResolvable): GuildMember;
}
export class GuildPreview extends Base {