From 873e887f1f5a9b53dfef0afd26edc6f70f074444 Mon Sep 17 00:00:00 2001 From: Mason Sciotti Date: Wed, 3 Mar 2021 10:46:48 -0800 Subject: [PATCH] Flags and content are optional Co-authored-by: Advaith --- docs/interactions/Slash_Commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/interactions/Slash_Commands.md b/docs/interactions/Slash_Commands.md index e2ecc1c45b..adf3e0f462 100644 --- a/docs/interactions/Slash_Commands.md +++ b/docs/interactions/Slash_Commands.md @@ -873,7 +873,7 @@ Not all message fields are currently supported. | Name | Value | Description | |-------------------|----------------------------------------------------------|---------------------------------------------------------------------------------------------| | tts? | boolean | is the response TTS | -| content | string | message content | +| content? | string | message content | | embeds? | array of [embeds](#DOCS_RESOURCES_CHANNEL/embed-object) | supports up to 10 embeds | | allowed_mentions? | allowed mentions | [allowed mentions](#DOCS_RESOURCES_CHANNEL/allowed-mentions-object) object | -| flags | int | set to `64` to make your response ephemeral | +| flags? | int | set to `64` to make your response ephemeral |