fix: remove deprecated ring method from User class and update return type in GroupDMChannel

This commit is contained in:
Elysia
2024-11-27 16:21:27 +07:00
parent ee0277a872
commit 5f9ac34780
3 changed files with 1 additions and 15 deletions

1
typings/index.d.ts vendored
View File

@@ -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>;
}