diff --git a/src/commands/administration/welcome.ts b/src/commands/administration/welcome.ts index fd6a845..e0b08d7 100644 --- a/src/commands/administration/welcome.ts +++ b/src/commands/administration/welcome.ts @@ -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')