mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
types(embeds/embed): change color type to number (#708)
This commit is contained in:
@@ -19,7 +19,7 @@ export interface Embed {
|
||||
/** Timestamp of embed content */
|
||||
timestamp?: string;
|
||||
/** Color code of the embed */
|
||||
color?: string;
|
||||
color?: number;
|
||||
/** Footer information */
|
||||
footer?: EmbedFooter;
|
||||
/** Image information */
|
||||
|
||||
Reference in New Issue
Block a user