CodecademyCommunity / codecademy-discord-bot

Custom moderation bot for the official Codecademy Community Discord server.
https://codecademycommunity.github.io/
MIT License
11 stars 1 forks source link

remove partials and reference to them #238

Closed mikejoh12 closed 2 years ago

mikejoh12 commented 2 years ago

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