mirror of
https://github.com/danbulant/discord.js
synced 2026-06-05 07:42:09 +00:00
parent
f8057b01cb
commit
7546ca3fe0
1 changed files with 1 additions and 0 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -390,6 +390,7 @@ declare module 'discord.js' {
|
||||||
public fetchAuditLogs(options?: GuildAuditLogsFetchOptions): Promise<GuildAuditLogs>;
|
public fetchAuditLogs(options?: GuildAuditLogsFetchOptions): Promise<GuildAuditLogs>;
|
||||||
public fetchBans(): Promise<Collection<Snowflake, { user: User, reason: string }>>;
|
public fetchBans(): Promise<Collection<Snowflake, { user: User, reason: string }>>;
|
||||||
public fetchInvites(): Promise<Collection<string, Invite>>;
|
public fetchInvites(): Promise<Collection<string, Invite>>;
|
||||||
|
public fetchVanityCode(): Promise<string>;
|
||||||
public fetchVoiceRegions(): Promise<Collection<string, VoiceRegion>>;
|
public fetchVoiceRegions(): Promise<Collection<string, VoiceRegion>>;
|
||||||
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
|
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
|
||||||
public iconURL(options?: AvatarOptions): string;
|
public iconURL(options?: AvatarOptions): string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue