mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +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 {
|
||||
timeout: number;
|
||||
limit: number;
|
||||
timeDifference: number;
|
||||
method: string;
|
||||
path: string;
|
||||
route: string;
|
||||
|
||||
Reference in New Issue
Block a user