Fix description length on bulkdelete

This commit is contained in:
Frostbide
2025-06-26 13:10:32 -07:00
parent 6cf3cfd3ea
commit 3737087255

View File

@@ -3,9 +3,7 @@ const { ApplicationIntegrationType } = require('discord-api-types/v10');
module.exports = {
data: new SlashCommandBuilder()
.setName('bulkdelete')
.setDescription(
'Delete a certain amount of messages from the channel the command was used in (Only if you have permission to)'
)
.setDescription('Delete messages in bulk (Only if you have permission to)')
.addIntegerOption((option) =>
option
.setName('amount')