This will likely take multiple PRs, but:
- We should remove the now deprecated
discordjs-testing library
- We should convert vitest to use the
expect library, not the assert library
- We should use
vi.mock() to mock discord.js methods and allow us to reach 100% test coverage.