mirror of
https://github.com/danbulant/discord.js
synced 2026-06-10 02:02:40 +00:00
typings: Add missing rateLimitPerUser property (#3480)
This commit is contained in:
parent
43c0a794e1
commit
748555036d
1 changed files with 1 additions and 0 deletions
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 messages: Collection<Snowflake, Message>;
|
||||||
public nsfw: boolean;
|
public nsfw: boolean;
|
||||||
public topic: string;
|
public topic: string;
|
||||||
|
public rateLimitPerUser: number;
|
||||||
public setRateLimitPerUser(rateLimitPerUser: number, reason?: string): Promise<TextChannel>;
|
public setRateLimitPerUser(rateLimitPerUser: number, reason?: string): Promise<TextChannel>;
|
||||||
public createWebhook(name: string, avatar: BufferResolvable, reason?: string): Promise<Webhook>;
|
public createWebhook(name: string, avatar: BufferResolvable, reason?: string): Promise<Webhook>;
|
||||||
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
|
public fetchWebhooks(): Promise<Collection<Snowflake, Webhook>>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue