Removed unneeded .js extensions

This commit is contained in:
2025-03-08 14:02:12 +01:00
parent 25139f3db5
commit 65c997a8e4
99 changed files with 268 additions and 266 deletions

View File

@@ -1,8 +1,8 @@
import { devMessage, embedColor } from "~/config/options.js"
import { devMessage, embedColor } from "~/config/options"
import { IGuildData, SubCommand } from "~/typings"
import { numberFormatter } from "~/utils/Functions/intlFormaters.js"
import { getGuild, getIGN, getPlayer, getUUID } from "~/utils/Hypixel.js"
import { redis } from "~/utils/Illegitimate.js"
import { numberFormatter } from "~/utils/Functions/intlFormaters"
import { getGuild, getIGN, getPlayer, getUUID } from "~/utils/Hypixel"
import { redis } from "~/utils/Illegitimate"
const cmd: SubCommand = async (interaction) => {
await interaction.deferReply()