mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-19 04:38:17 +00:00
fix message timestamp typing
This commit is contained in:
@@ -165,7 +165,7 @@ export interface Message {
|
|||||||
/** The contents of the message */
|
/** The contents of the message */
|
||||||
content: string;
|
content: string;
|
||||||
/** When this message was sent */
|
/** When this message was sent */
|
||||||
timestamp: string;
|
timestamp: number;
|
||||||
/** When this message was edited (if it was not edited, null) */
|
/** When this message was edited (if it was not edited, null) */
|
||||||
editedTimestamp?: number;
|
editedTimestamp?: number;
|
||||||
/** Whether this was a TextToSpeech message. */
|
/** Whether this was a TextToSpeech message. */
|
||||||
|
|||||||
Reference in New Issue
Block a user