Remove partials and go back to default discord.js settings for them since they do not appear to be used in the code. They introduce a risk of data with missing properties and associated errors.
Any helpful knowledge/context for the reviewer?
Appreciate some additional testing with removed partials to confirm that it does not add any new issue or cause loss of functionality.
Is a re-seeding of the database necessary? No
Any new dependencies to install? No
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 #237
Description
Remove partials and go back to default discord.js settings for them since they do not appear to be used in the code. They introduce a risk of data with missing properties and associated errors.
Any helpful knowledge/context for the reviewer?
Appreciate some additional testing with removed partials to confirm that it does not add any new issue or cause loss of functionality.
Please make sure you've attempted to meet the following coding standards