types(embeds/embed): change color type to number (#708)

This commit is contained in:
ayntee
2021-03-29 12:51:07 +04:00
committed by GitHub
parent 795e7d3819
commit 7d2ff45b61
+1 -1
View File
@@ -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 */