types(RateLimitData): remove timeDifference property (#5208)

This commit is contained in:
Kevin Novak
2021-01-24 05:49:26 -05:00
committed by GitHub
parent 001676c7a9
commit 80e1afb654

1
typings/index.d.ts vendored
View File

@@ -3173,7 +3173,6 @@ declare module 'discord.js' {
interface RateLimitData {
timeout: number;
limit: number;
timeDifference: number;
method: string;
path: string;
route: string;