feat(commands/administration): adding the value of the old value
- Allow to correct only and not re-type everything
This commit is contained in:
parent
9d50717163
commit
4b9124f562
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ export default {
|
|||
.setCustomId('join_msg')
|
||||
.setRequired(true)
|
||||
.setLabel('The new message for joinning user')
|
||||
.setValue(guildData.joinMessage)
|
||||
.setStyle(TextInputStyle.Short);
|
||||
const placeholdersDisplay = new TextInputBuilder()
|
||||
.setCustomId('placeholder')
|
||||
|
|
@ -224,6 +225,7 @@ export default {
|
|||
.setCustomId('leave_msg')
|
||||
.setRequired(true)
|
||||
.setLabel('The new message for leavening user')
|
||||
.setValue(guildData.leaveMessage)
|
||||
.setStyle(TextInputStyle.Short);
|
||||
const placeholdersDisplay = new TextInputBuilder()
|
||||
.setCustomId('placeholder')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue