Process of format fixing
This commit is contained in:
@@ -2,7 +2,7 @@ import {
|
||||
ModalBuilder,
|
||||
ActionRowBuilder,
|
||||
TextInputBuilder,
|
||||
TextInputStyle,
|
||||
TextInputStyle
|
||||
} from "discord.js"
|
||||
import { Button } from "interfaces"
|
||||
|
||||
@@ -21,11 +21,11 @@ export = {
|
||||
.setCustomId("denyreason")
|
||||
.setStyle(TextInputStyle.Paragraph)
|
||||
.setPlaceholder(
|
||||
"Enter a reason for denying the application",
|
||||
"Enter a reason for denying the application"
|
||||
)
|
||||
.setRequired(false),
|
||||
),
|
||||
.setRequired(false)
|
||||
)
|
||||
)
|
||||
await interaction.showModal(modal)
|
||||
},
|
||||
}
|
||||
} as Button
|
||||
|
||||
Reference in New Issue
Block a user