fix(User): Profile data (API) change

- Add GuildMember bio, banner, ...
This commit is contained in:
March 7th
2022-08-09 10:42:30 +07:00
parent 81f4e0bd2d
commit de5fe927a3
4 changed files with 86 additions and 7 deletions

2
typings/index.d.ts vendored
View File

@@ -2938,7 +2938,7 @@ export class User extends PartialTextBasedChannel(Base) {
public unFriend(): Promise<User>;
public unBlock(): Promise<User>;
public setNote(note?: any): Promise<string>;
public getProfile(): Promise<User>;
public getProfile(guildId?: Snowflake): Promise<User>;
public toString(): UserMention;
public ring(): Promise<boolean>;
}