Skip to content

Commit 35cd5d0

Browse files
committed
Fix eslint
1 parent 472071c commit 35cd5d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/minecraft/commands/essenceCommand.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const { formatNumber } = require("../../contracts/helperFunctions.js");
22
const { getLatestProfile } = require("../../../API/functions/getLatestProfile.js");
33
const minecraftCommand = require("../../contracts/minecraftCommand.js");
4-
const getDungeons = require("../../../API/stats/dungeons.js");
54

65
class EssenceCommand extends minecraftCommand {
76
constructor(minecraft) {

0 commit comments

Comments
 (0)