types(ColorResolvable): change string to #${string} (#5950)

This commit is contained in:
Antonio Román
2021-06-29 01:42:54 +02:00
committed by GitHub
parent 6c447b12e3
commit acdcb906ae

2
typings/index.d.ts vendored
View File

@@ -3103,7 +3103,7 @@ declare module 'discord.js' {
| 'RANDOM'
| [number, number, number]
| number
| string;
| `#${string}`;
interface CommandInteractionOption {
name: string;