mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-01 00:35:43 +00:00
🐛 fix message schema
This commit is contained in:
@@ -57,7 +57,7 @@ export interface MessageCreateSchema {
|
||||
content?: string;
|
||||
nonce?: string;
|
||||
tts?: boolean;
|
||||
embed?: Embed & { timestamp: string };
|
||||
embed?: Embed & { timestamp?: string };
|
||||
allowed_mentions?: [];
|
||||
message_reference?: {
|
||||
message_id: bigint;
|
||||
|
||||
Reference in New Issue
Block a user