summary refs log tree commit diff
path: root/src/connections/Spotify
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-02 10:55:17 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-02 10:55:17 +1000
commit218f71b82cca0451cbe20834283100cac234666c (patch)
treed6052ae996de9fc03884cb4692838eb09da439f2 /src/connections/Spotify
parentprettier (diff)
parentRemove ALL fosscord mentions (diff)
downloadserver-218f71b82cca0451cbe20834283100cac234666c.tar.xz
Merge branch 'master' into refactor/dev/connections
Diffstat (limited to 'src/connections/Spotify')
-rw-r--r--src/connections/Spotify/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connections/Spotify/index.ts b/src/connections/Spotify/index.ts
index ff06d341..c9517b1a 100644
--- a/src/connections/Spotify/index.ts
+++ b/src/connections/Spotify/index.ts
@@ -4,7 +4,7 @@ import {
 	ConnectionCallbackSchema,
 	ConnectionLoader,
 	DiscordApiErrors,
-} from "@fosscord/util";
+} from "@spacebar/util";
 import wretch from "wretch";
 import RefreshableConnection from "../../util/connections/RefreshableConnection";
 import { SpotifySettings } from "./SpotifySettings";