The main function is by far the most unwieldy part of this app, it's a super long function that does a bunch of stuff. It should be refactored to make the application flow clearer, discord interaction functions should probably be refactored in a separate file, or at least a different struct. Any other improvements welcome here.
The `main` function is by far the most unwieldy part of this app, it's a super long function that does a bunch of stuff. It should be refactored to make the application flow clearer, discord interaction functions should probably be refactored in a separate file, or at least a different struct. Any other improvements welcome here.
The
main
function is by far the most unwieldy part of this app, it's a super long function that does a bunch of stuff. It should be refactored to make the application flow clearer, discord interaction functions should probably be refactored in a separate file, or at least a different struct. Any other improvements welcome here.On second thought, I don't think this is really an issue.