aXises/fortniteBot

View on GitHub
src/command/modules/util/Forward.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function setCustomAction has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public setCustomAction(): Action {
        return new Action(async (state: OnMessageState): Promise<boolean> => {
            const message = state.getHandle();
            const author = message.author;
            const core = state.getCore();
Severity: Minor
Found in src/command/modules/util/Forward.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status