This commit is contained in:
adb-sh 2022-10-01 23:10:07 +02:00
parent 5ecff037dc
commit d0fa20fb09

View File

@ -1,4 +1,5 @@
import { Client, Player } from "spotify-api.js";
import spotifyApi from "spotify-api.js";
const { Client, Player } = spotifyApi;
import { store } from "../store.mjs";
import { randomString } from "../lib/randomString.js";
import axios from "axios";