[x] - I ran yarn lint to make sure my codebase is consistent
[x] - I link to the relevant issues to be closed, if applicable
Addresses small bug in scheduled events where partials are going through and causing DB verification to fail when making events. The typings don't seem to indicate that there are partials in GuildScheduledEvent, despite it being clearly documented in discord.js on the same version we're on, so this should also address that - we don't want non partials anyway.
Fix partial event creation
yarn test
does not throw any errorsyarn lint
to make sure my codebase is consistentAddresses small bug in scheduled events where partials are going through and causing DB verification to fail when making events. The typings don't seem to indicate that there are partials in GuildScheduledEvent, despite it being clearly documented in discord.js on the same version we're on, so this should also address that - we don't want non partials anyway.