With the library becoming less coupled internally, there's now a fair amount of features that can be realistically unit tested. Anything socket or HTTP client related can't really be tested, but stuff like:
DiscordPermissionHelper
DiscordMemoryCache
etc. should have some tests.
With the library becoming less coupled internally, there's now a fair amount of features that can be realistically unit tested. Anything socket or HTTP client related can't really be tested, but stuff like:
DiscordPermissionHelperDiscordMemoryCacheetc. should have some tests.