diff --git a/commands/info/help.js b/commands/info/help.js index 4b46159..c3529da 100644 --- a/commands/info/help.js +++ b/commands/info/help.js @@ -1,5 +1,5 @@ const fs = require('fs'); -const Discord = require('discord.js'); +const {EmbedBuilder} = require('discord.js'); const getSubdirFiles = require('../../util/getSubdirFiles'); @@ -26,7 +26,7 @@ module.exports = { } if (x) return; - const embed = new Discord.MessageEmbed() + const embed = new EmbedBuilder() .setColor(15780145) .setTitle("Commands") .setTimestamp()