Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Dec 9, 2024
1 parent 5aec841 commit aec7601
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/utils/beholdcalc.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
import { Message, Embed, EmbedBuilder } from 'discord.js';
import { Message, EmbedBuilder } from 'discord.js';

import { DCData } from '../data/DCData';
import { formatStatLine, formatCrewCoolRanks, colorFromRarity, formatTrait, actionAbilityoString, isRecent } from './crew';
import { loadProfile, loadProfileRoster, userFromMessage, applyCrewBuffs, loadFullProfile, toTimestamp, ProfileEntry } from './profile';
import { formatStatLine, formatCrewCoolRanks, colorFromRarity, isRecent } from './crew';
import { loadProfile, loadProfileRoster, userFromMessage, applyCrewBuffs, toTimestamp } from './profile';
import { sendAndCache } from './discord';
import CONFIG from './config';
import { PlayerData } from '../datacore/player';
import { Schematics, Ship } from '../datacore/ship';
import { shipSum } from './ships';
import { binaryLocateCrew, binaryLocateId, binaryLocateSymbol } from './items';
import { CrewMember } from '../datacore/crew';
import { binaryLocateCrew } from './items';
import { handleShipBehold } from './beholdships';
import { Profile } from 'src/models/Profile';
import { Definitions } from './definitions';

export function isValidBehold(data: any, threshold: number = 10) {
Expand Down

0 comments on commit aec7601

Please sign in to comment.