mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 04:23:31 +01:00
types(RateLimitData): remove timeDifference property (#5208)
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -3173,7 +3173,6 @@ declare module 'discord.js' {
|
|||||||
interface RateLimitData {
|
interface RateLimitData {
|
||||||
timeout: number;
|
timeout: number;
|
||||||
limit: number;
|
limit: number;
|
||||||
timeDifference: number;
|
|
||||||
method: string;
|
method: string;
|
||||||
path: string;
|
path: string;
|
||||||
route: string;
|
route: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user