mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
types(ColorResolvable): change string to #${string} (#5950)
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3103,7 +3103,7 @@ declare module 'discord.js' {
|
||||
| 'RANDOM'
|
||||
| [number, number, number]
|
||||
| number
|
||||
| string;
|
||||
| `#${string}`;
|
||||
|
||||
interface CommandInteractionOption {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user