reword send description
This commit is contained in:
parent
9c88327d50
commit
7bb0e32b9a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class InteractionCommand {
|
||||||
send: {
|
send: {
|
||||||
type: ApplicationCommandOptionTypes.BOOLEAN,
|
type: ApplicationCommandOptionTypes.BOOLEAN,
|
||||||
name: "send",
|
name: "send",
|
||||||
description: "Should the output be ephemeral or not",
|
description: "Should the output be sent normally or ephemeral",
|
||||||
required: false,
|
required: false,
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue