From e46ba34a66639a3981e4f21f7045e03571d84605 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 18 Oct 2025 09:05:06 +0200 Subject: [PATCH] Identifiers: drop @format --- src/schemas/Identifiers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/schemas/Identifiers.ts b/src/schemas/Identifiers.ts index cb0a0e23..5b462c1d 100644 --- a/src/schemas/Identifiers.ts +++ b/src/schemas/Identifiers.ts @@ -25,6 +25,5 @@ * 000000111011000111100001101001000101000000 00001 00000 000000000000 * number of ms since Discord epoch worker pid increment * ``` - * @format snowflake */ export type Snowflake = string; \ No newline at end of file