reword send description

This commit is contained in:
Cynthia Foxwell 2024-09-05 10:32:28 -06:00
parent 9c88327d50
commit 7bb0e32b9a

View file

@ -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,
},