We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i got this error after using help command
help
[antiCrash] :: Warning DeprecationWarning: Passing strings for MessageEmbed#setFooter is deprecated. Pass a sole object instead.
The text was updated successfully, but these errors were encountered:
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
<content>
Sorry, something went wrong.
in replit we can not reach node_modules folder or edit on it. 😐
No branches or pull requests
i got this error after using
help
command[antiCrash] :: Warning
DeprecationWarning: Passing strings for MessageEmbed#setFooter is deprecated. Pass a sole object instead.
The text was updated successfully, but these errors were encountered: