Those are just warnings and shouldn’t stop your project from working. Are you sure there werenpt any err
ors?
do you have the debugger attached?
yes no err
ors
Yup I have debugger attached
what all “broke down” about Node, terminal, and console? these things usually do show errors when breaking down
Deprecated Packages: The warnings indicate that you are using deprecated packages such as @discordjs/collection , superagent, and @discordjs/builders. It’s essential to update these packages to their latest versions to avoid compatibility issues and potential bugs. Check the package’s documentation or the respective GitHub repositories for the latest releases and update your package.json file accordingly.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.