mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
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 fetchBans(): Promise<Collection<Snowflake, { user: User, reason: string }>>;
|
||||
public fetchInvites(): Promise<Collection<string, Invite>>;
|
||||
public fetchVanityCode(): Promise<string>;
|
||||
public fetchVoiceRegions(): Promise<Collection<string, VoiceRegion>>;
|
||||
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
|
||||
public iconURL(options?: AvatarOptions): string;
|
||||
|
||||
Reference in New Issue
Block a user