mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-17 03: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 */
|
||||
content: string;
|
||||
/** When this message was sent */
|
||||
timestamp: string;
|
||||
timestamp: number;
|
||||
/** When this message was edited (if it was not edited, null) */
|
||||
editedTimestamp?: number;
|
||||
/** Whether this was a TextToSpeech message. */
|
||||
|
||||
Reference in New Issue
Block a user