AlexzanderFlores / WOKCommands

132 stars 61 forks source link

Warning while using WOKCommands help command #204

Open EXA-Hub opened 2 years ago

EXA-Hub commented 2 years ago

i got this error after using help command

[antiCrash] :: Warning DeprecationWarning: Passing strings for MessageEmbed#setFooter is deprecated. Pass a sole object instead.

minhdung321 commented 2 years ago

You can modify embed-message of WOKCommands in node_modules folder. Replace a line .setFooter(<content>); to .setFooter({text: <content>}); Or check out this ref to more details: https://discord.js.org/#/docs/discord.js/stable/class/MessageEmbed?scrollTo=setFooter

EXA-Hub commented 2 years ago

You can modify embed-message of WOKCommands in node_modules folder. Replace a line .setFooter(<content>); to .setFooter({text: <content>}); Or check out this ref to more details: https://discord.js.org/#/docs/discord.js/stable/class/MessageEmbed?scrollTo=setFooter

in replit we can not reach node_modules folder or edit on it. 😐