Forgot to save the file smh

This commit is contained in:
2023-03-16 17:01:21 +01:00
parent 69f2849cc2
commit 679dfdeb2e

View File

@@ -29,7 +29,6 @@ module.exports = {
.setPlaceholder('Enter a reason for denying the application') .setPlaceholder('Enter a reason for denying the application')
) )
) )
await interaction.showModal(modal); await interaction.showModal(modal);
} }
}; };