From acdcb906ae4691374f5d2bda1315a484c8674938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Rom=C3=A1n?= Date: Tue, 29 Jun 2021 01:42:54 +0200 Subject: [PATCH] types(ColorResolvable): change `string` to `#${string}` (#5950) --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 4c5c73198..ec8f6f7e0 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3103,7 +3103,7 @@ declare module 'discord.js' { | 'RANDOM' | [number, number, number] | number - | string; + | `#${string}`; interface CommandInteractionOption { name: string;