Removed unneeded .js extensions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useMainPlayer } from "discord-player"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useMainPlayer } from "discord-player"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useMainPlayer } from "discord-player"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { useMainPlayer } from "discord-player"
|
||||
import { GuildMember } from "discord.js"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useMainPlayer } from "discord-player"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { QueueRepeatMode, useMainPlayer } from "discord-player"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const QueueRepeatModes = {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useMainPlayer } from "discord-player"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useMainPlayer } from "discord-player"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useMainPlayer } from "discord-player"
|
||||
import { embedColor } from "~/config/options.js"
|
||||
import { embedColor } from "~/config/options"
|
||||
import { SubCommand } from "~/typings"
|
||||
|
||||
const cmd: SubCommand = async (interaction) => {
|
||||
|
||||
Reference in New Issue
Block a user