From fe7ca25927310c568c5abe410e6ad2b8f50fb6c4 Mon Sep 17 00:00:00 2001 From: MotorTruck1221 Date: Sat, 26 Nov 2022 02:34:45 -0700 Subject: [PATCH] HOTFIX: Under Dev commands not working --- commands/invite.js | 4 ++-- commands/limit.js | 4 ++-- commands/list.js | 4 ++-- commands/remove.js | 4 ++-- commands/reset-user.js | 4 ++-- commands/reset.js | 4 ++-- commands/update.js | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) 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 +};