nonce has been removed

This commit is contained in:
ITOH
2021-05-04 22:20:14 +02:00
parent b0ea2549ad
commit 2d25f275a9
+1 -3
View File
@@ -8,13 +8,11 @@ import { MessageComponents } from "./components/message_components.ts";
export interface CreateMessage {
/** The message contents (up to 2000 characters) */
content?: string;
/** A nonce that can be used for optimistic message sending */
nonce?: number | string;
/** true if this is a TTS message */
tts?: boolean;
/** Embedded `rich` content */
embed?: Embed;
/** Allowed mentions for a message */
/** Allowed mentions for the message */
allowedMentions?: AllowedMentions;
/** Include to make your message a reply */
messageReference?: MessageReference;