From 15828475d87375c9dd27768c4d3ea5dfa464aee3 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Wed, 27 Jul 2022 10:29:51 +0100 Subject: [PATCH] docs: import <- property --- packages/discord.js/typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 423e31781912..65fca0bf99bd 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -2729,7 +2729,7 @@ export class Formatters extends null { public static strikethrough: typeof strikethrough; /** @deprecated Use this method as a top-level function instead. */ public static time: typeof time; - /** @deprecated Use this property as a top-level property instead. */ + /** @deprecated Use this property as a top-level import instead. */ public static TimestampStyles: typeof TimestampStyles; /** @deprecated Use this method as a top-level function instead. */ public static underscore: typeof underscore;