Removed unneeded .js extensions
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { GuildMember, InteractionContextType, PermissionFlagsBits, SlashCommandBuilder, userMention } from "discord.js"
|
||||
import { devMessage, embedColor } from "~/config/options.js"
|
||||
import { admin, helper } from "~/config/roles.js"
|
||||
import { devMessage, embedColor } from "~/config/options"
|
||||
import { admin, helper } from "~/config/roles"
|
||||
import { ICommand } from "~/typings"
|
||||
import logToChannel from "~/utils/Functions/logtochannel.js"
|
||||
import logToChannel from "~/utils/Functions/logtochannel"
|
||||
|
||||
export default {
|
||||
name: "kick",
|
||||
|
||||
Reference in New Issue
Block a user