Updates discord.js and other dependencies to latest versions. Does not update dependencies linked to husky and eslint. Removes the dateformat dependency which is unused.
Some major version upgrades (dotenv) are included so conduct some testing.
Any helpful knowledge/context for the reviewer?
Is a re-seeding of the database necessary? No
Any new dependencies to install? Run npm install.
Any special requirements to test?
(e.g., admin perms, alt account, etc.)
Please make sure you've attempted to meet the following coding standards
[X] Code has been tested and does not produce errors
[X] Code is readable and formatted
[X] There isn't any unnecessary commented-out code
What issue is this solving?
Closes no particular issue.
Description
Updates discord.js and other dependencies to latest versions. Does not update dependencies linked to husky and eslint. Removes the dateformat dependency which is unused.
Some major version upgrades (dotenv) are included so conduct some testing.
Any helpful knowledge/context for the reviewer?
Please make sure you've attempted to meet the following coding standards