progdisc/AwesomeBot

View on GitHub
TheAwesomeBot.js

Summary

Maintainability
A
1 hr
Test Coverage

Function onMessage has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  onMessage() {
    return (message) => {
      // don't respond to own messages
      if (this.client.user.username === message.author.username) {
        return;
Severity: Minor
Found in TheAwesomeBot.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status