Update index.d.ts
This commit is contained in:
parent
b19c7bc083
commit
ddef7b6df2
5
typings/index.d.ts
vendored
5
typings/index.d.ts
vendored
@ -807,7 +807,10 @@ export class Client<Ready extends boolean = boolean> extends BaseClient {
|
||||
/** @deprecated Use {@link Sweepers#sweepMessages} instead */
|
||||
public sweepMessages(lifetime?: number): number;
|
||||
public toJSON(): unknown;
|
||||
public acceptInvite(invite: InviteResolvable, options?: AcceptInviteOptions): Promise<Guild | DMChannel | GroupDMChannel>;
|
||||
public acceptInvite(
|
||||
invite: InviteResolvable,
|
||||
options?: AcceptInviteOptions,
|
||||
): Promise<Guild | DMChannel | GroupDMChannel>;
|
||||
public redeemNitro(nitro: string, channel?: TextChannelResolvable, paymentSourceId?: Snowflake): Promise<any>;
|
||||
public authorizeURL(url: string, options?: OAuth2AuthorizeOptions): Promise<any>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user