mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings: Add missing rateLimitPerUser property (#3480)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -1268,6 +1268,7 @@ declare module 'discord.js' {
|
||||
public messages: Collection<Snowflake, Message>;
|
||||
public nsfw: boolean;
|
||||
public topic: string;
|
||||
public rateLimitPerUser: number;
|
||||
public setRateLimitPerUser(rateLimitPerUser: number, reason?: string): Promise<TextChannel>;
|
||||
public createWebhook(name: string, avatar: BufferResolvable, reason?: string): Promise<Webhook>;
|
||||
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
|
||||
|
||||
Reference in New Issue
Block a user