diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-04-02 10:55:17 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-04-02 10:55:17 +1000 |
commit | 218f71b82cca0451cbe20834283100cac234666c (patch) | |
tree | d6052ae996de9fc03884cb4692838eb09da439f2 /src/connections/Spotify | |
parent | prettier (diff) | |
parent | Remove ALL fosscord mentions (diff) | |
download | server-218f71b82cca0451cbe20834283100cac234666c.tar.xz |
Merge branch 'master' into refactor/dev/connections
Diffstat (limited to 'src/connections/Spotify')
-rw-r--r-- | src/connections/Spotify/index.ts | 2 |
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"; |