Removed unneeded .js extensions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { InteractionContextType, SlashCommandBuilder, userMention } from "discord.js"
|
||||
import { getVerify } from "src/drizzle/functions.js"
|
||||
import { devMessage, embedColor } from "~/config/options.js"
|
||||
import { getVerify } from "src/drizzle/functions"
|
||||
import { devMessage, embedColor } from "~/config/options"
|
||||
import { ICommand } from "~/typings"
|
||||
import { getHeadURL, getIGN } from "~/utils/Hypixel.js"
|
||||
import { getHeadURL, getIGN } from "~/utils/Hypixel"
|
||||
|
||||
export default {
|
||||
name: "whoami",
|
||||
|
||||
Reference in New Issue
Block a user