mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
types(RateLimitData): remove timeDifference property (#5208)
This commit is contained in:
Vendored
-1
@@ -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