Removed unneeded .js extensions
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { InteractionContextType, PermissionFlagsBits, SlashCommandBuilder } from "discord.js"
|
||||
import { devMessage, embedColor } from "~/config/options.js"
|
||||
import { devMessage, embedColor } from "~/config/options"
|
||||
import { ICommand } from "~/typings"
|
||||
import beast from "./staff/beast.js"
|
||||
import help from "./staff/help.js"
|
||||
import prune from "./staff/prune.js"
|
||||
import removeGuildRoles from "./staff/removeguildroles.js"
|
||||
import updateAll from "./staff/updateall.js"
|
||||
import beast from "./staff/beast"
|
||||
import help from "./staff/help"
|
||||
import prune from "./staff/prune"
|
||||
import removeGuildRoles from "./staff/removeguildroles"
|
||||
import updateAll from "./staff/updateall"
|
||||
|
||||
export default {
|
||||
name: "staff",
|
||||
|
||||
Reference in New Issue
Block a user