Minor changes
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = {
|
||||
.setCustomId('denyreason')
|
||||
.setStyle(TextInputStyle.Paragraph)
|
||||
.setPlaceholder('Enter a reason for denying the application')
|
||||
.setRequired(false)
|
||||
)
|
||||
)
|
||||
await interaction.showModal(modal);
|
||||
|
||||
Reference in New Issue
Block a user