Fix description length on bulkdelete
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user