To make unit testing that can make sure none of the features break
Why is this needed? How would this improve the bot?
This would make updates more stable as not every single command has to be tested by hand and having to be hopeful that no major bugs slip through the cracks.
What kind of idea is this?
implement a new feature
Describe your idea in detail.
Using something like this: https://www.youtube.com/watch?v=5TjXmsJtWZc&t=1118s https://github.com/discordjs/discord.js/discussions/6179
To make unit testing that can make sure none of the features break
Why is this needed? How would this improve the bot?
This would make updates more stable as not every single command has to be tested by hand and having to be hopeful that no major bugs slip through the cracks.
Notes
No response