Skip to content

Commit

Permalink
Feature/updated readme (#10)
Browse files Browse the repository at this point in the history
* Updated readme

* Removed file that should have been deleted

* rearranged variables

* Add another step to Setup
  • Loading branch information
Oceanity authored Jun 1, 2024
1 parent 952e0cc commit 971d24a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 59 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ This is a Firebot Script that will allow you to integrate Spotify functionality
- Refresh the list of scripts and pick `oceanitySpotifyIntegration.js` from the dropdown
- In Client Id and Client Secret fields, copy in the two codes from earlier
- Go to Settings > Integrations and click Link next to Spotify (by Oceanity)
- Log in and authorize on the page that pops up
- You should now have the ability to use this script's Effects, Events and Replace Variables in Firebot

<div id="Features" />
Expand All @@ -45,9 +46,11 @@ This script adds the following features to Firebot

- Replace Variables
- spotifyIsPlaying: `bool`
- spotifyNowPlayingTitle: `string`
- spotifyNowPlayingArtist: `string`
- spotifyNowPlayingAlbum: `string`
- spotifyNowPlayingAlbumArtUrl: `string`
- spotifyNowPlayingArtist: `string`
- spotifyNowPlayingArtists: `string[]`
- spotifyNowPlayingTitle: `string`
- spotifyNowPlayingUrl: `string`
- Events
- Track Changed
57 changes: 0 additions & 57 deletions src/firebot/effects/spotifyGetCurrentlyPlayingTrackEffect.ts

This file was deleted.

0 comments on commit 971d24a

Please sign in to comment.