diff --git a/commands/invite.js b/commands/invite.js index 764c093..41c91f6 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -8,7 +8,7 @@ module.exports = { let embed = new EmbedBuilder(); embed.setTitle('Invite'); //embed.setDescription('This command is currently under development'); - embed.addFieldset({ + embed.addFields({ name: 'Under Development', value: 'This command is currently under development', inline: false @@ -27,4 +27,4 @@ module.exports = { embed.setColor('#ff0000'); await interaction.reply({ embeds: [embed], ephemeral: true}); }, -}; \ No newline at end of file +}; diff --git a/commands/limit.js b/commands/limit.js index 9894c12..260496e 100644 --- a/commands/limit.js +++ b/commands/limit.js @@ -8,7 +8,7 @@ module.exports = { let embed = new EmbedBuilder(); embed.setTitle('Limit'); //embed.setDescription('This command is currently under development'); - embed.addFieldset({ + embed.addFields({ name: 'Under Development', value: 'This command is currently under development', inline: false @@ -27,4 +27,4 @@ module.exports = { embed.setColor('#ff0000'); await interaction.reply({ embeds: [embed], ephemeral: true}); }, -}; \ No newline at end of file +}; diff --git a/commands/list.js b/commands/list.js index 13c450b..ca5dd51 100644 --- a/commands/list.js +++ b/commands/list.js @@ -8,7 +8,7 @@ module.exports = { let embed = new EmbedBuilder(); embed.setTitle('List'); //embed.setDescription('This command is currently under development'); - embed.addFieldset({ + embed.addFields({ name: 'Under Development', value: 'This command is currently under development', inline: false @@ -27,4 +27,4 @@ module.exports = { embed.setColor('#ff0000'); await interaction.reply({ embeds: [embed], ephemeral: true}); }, -}; \ No newline at end of file +}; diff --git a/commands/remove.js b/commands/remove.js index 05740c5..6ccfec1 100644 --- a/commands/remove.js +++ b/commands/remove.js @@ -8,7 +8,7 @@ module.exports = { let embed = new EmbedBuilder(); embed.setTitle('Remove'); //embed.setDescription('This command is currently under development'); - embed.addFieldset({ + embed.addFields({ name: 'Under Development', value: 'This command is currently under development', inline: false @@ -27,4 +27,4 @@ module.exports = { embed.setColor('#ff0000'); await interaction.reply({ embeds: [embed], ephemeral: true}); }, -}; \ No newline at end of file +}; diff --git a/commands/reset-user.js b/commands/reset-user.js index ac0b547..a313a72 100644 --- a/commands/reset-user.js +++ b/commands/reset-user.js @@ -8,7 +8,7 @@ module.exports = { let embed = new EmbedBuilder(); embed.setTitle('Reset User'); //embed.setDescription('This command is currently under development'); - embed.addFieldset({ + embed.addFields({ name: 'Under Development', value: 'This command is currently under development', inline: false @@ -27,4 +27,4 @@ module.exports = { embed.setColor('#ff0000'); await interaction.reply({ embeds: [embed], ephemeral: true}); }, -}; \ No newline at end of file +}; diff --git a/commands/reset.js b/commands/reset.js index d4253c5..b81440e 100644 --- a/commands/reset.js +++ b/commands/reset.js @@ -8,7 +8,7 @@ module.exports = { let embed = new EmbedBuilder(); embed.setTitle('Reset'); //embed.setDescription('This command is currently under development'); - embed.addFieldset({ + embed.addFields({ name: 'Under Development', value: 'This command is currently under development', inline: false @@ -27,4 +27,4 @@ module.exports = { embed.setColor('#ff0000'); await interaction.reply({ embeds: [embed], ephemeral: true}); }, -}; \ No newline at end of file +}; diff --git a/commands/update.js b/commands/update.js index 8093c11..a2921f5 100644 --- a/commands/update.js +++ b/commands/update.js @@ -8,7 +8,7 @@ module.exports = { let embed = new EmbedBuilder(); embed.setTitle('Remove'); //embed.setDescription('This command is currently under development'); - embed.addFieldset({ + embed.addFields({ name: 'Under Development', value: 'This command is currently under development', inline: false @@ -27,4 +27,4 @@ module.exports = { embed.setColor('#ff0000'); await interaction.reply({ embeds: [embed], ephemeral: true}); }, -}; \ No newline at end of file +};