From 7bb0e32b9ac023cc880b1109e2f465f4429cad8a Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 5 Sep 2024 10:32:28 -0600 Subject: [PATCH] reword send description --- src/lib/interactionCommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/interactionCommand.js b/src/lib/interactionCommand.js index f07181a..d2612e8 100644 --- a/src/lib/interactionCommand.js +++ b/src/lib/interactionCommand.js @@ -10,7 +10,7 @@ class InteractionCommand { send: { type: ApplicationCommandOptionTypes.BOOLEAN, name: "send", - description: "Should the output be ephemeral or not", + description: "Should the output be sent normally or ephemeral", required: false, default: true, },