You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
Currently the code is completely uncovered by tests. Figure out what parts of the code can be tested easily and which require more work.
For a start the services that don't depend on Discord should be tested. Try to find good examples how to test the stuff that is more tightly coupled to Discord like command handling.