1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-13 14:12:41 +01:00

🐛 fix message schema

This commit is contained in:
Flam3rboy 2021-04-14 15:01:49 +02:00
parent e67ca0a163
commit 33d2fe808d

View File

@ -57,7 +57,7 @@ export interface MessageCreateSchema {
content?: string; content?: string;
nonce?: string; nonce?: string;
tts?: boolean; tts?: boolean;
embed?: Embed & { timestamp: string }; embed?: Embed & { timestamp?: string };
allowed_mentions?: []; allowed_mentions?: [];
message_reference?: { message_reference?: {
message_id: bigint; message_id: bigint;