fix: remove deprecated ring method from User class and update return type in GroupDMChannel
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -3497,7 +3497,6 @@ export class User extends PartialTextBasedChannel(Base) {
|
||||
public setNote(note: string | null | undefined): Promise<this>;
|
||||
public toString(): UserMention;
|
||||
public getProfile(guildId?: Snowflake): Promise<any>;
|
||||
public ring(): Promise<void>;
|
||||
public sendFriendRequest(): Promise<boolean>;
|
||||
public deleteRelationship(): Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user