bra1n/judgebot

View on GitHub
modules/standard.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function generateEmbed has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  generateEmbed(setList: WhatsInStandard): EmbedBuilder {
    const currentDate = new Date();
    const removedFutureAndPastSetList = setList.sets.filter((set) => {
      // A set is in standard if:
      // It has been released, and
Severity: Minor
Found in modules/standard.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status