Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Dec 28, 2024
1 parent b6f5ca4 commit ee8244f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/minecraft/handlers/ChatHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
const hypixel = require("../../contracts/API/HypixelRebornAPI.js");
const { getUUID } = require("../../contracts/API/mowojangAPI.js");
const eventHandler = require("../../contracts/EventHandler.js");
const { isUuid } = require("../../../API/utils/uuid.js");
const messages = require("../../../messages.json");
const config = require("../../../config.json");
const Logger = require("../../Logger.js");
Expand Down

0 comments on commit ee8244f

Please sign in to comment.