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;