progdisc/AwesomeBot

View on GitHub
commands/pbf/pbf.js

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  run: (bot, message, cmdArgs) => {
    let pbfLink = false;

    if (cmdArgs === 'random') {
      pbfLink = 'http://pbfcomics.com/random';
Severity: Minor
Found in commands/pbf/pbf.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status