Skip to content

Commit

Permalink
✏️ Remove duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
daniwasonline committed May 21, 2024
1 parent 48962e1 commit 84890fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/util/loaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import { readdir, stat } from "node:fs/promises";
import { URL } from "node:url";
import { predicate as commandPredicate } from "../commands/index.js";
import { predicate as eventPredicate } from "../events/index.js";
import { readdir, stat } from 'node:fs/promises';
import { URL } from 'node:url';
import { predicate as commandPredicate } from '../commands/index.js';
import { predicate as eventPredicate } from '../events/index.js';
import { basename } from "node:path";

/**
Expand Down

0 comments on commit 84890fc

Please sign in to comment.