You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To play music from (initially) Spotify streaming to a voice channel.
Setup
After installation using autobots framework the bot will require an OAuth procedure. The user will need to configure an application resulting in a client id and secret. Next the user will need to authenticate with Spotify using OAuth.
Oauth Implementation
Bot command message for >oauth login
Send user a url which the bot listens to with spotify login and redirect back to bot
Listen for http response from oauth sequence and receive the token, updating the bot config
Controls
Bot interactions via direct message and/or specific channel(s) which is configurable:
Playback Controls
Search
Queue Add (from a url, search result, results, playlist or single song)
Play from Queue
Permission Controls
Turn on/off
Assign a DJ controller (only a specific role can do this)
The text was updated successfully, but these errors were encountered:
Purpose
To play music from (initially) Spotify streaming to a voice channel.
Setup
After installation using autobots framework the bot will require an OAuth procedure. The user will need to configure an application resulting in a client id and secret. Next the user will need to authenticate with Spotify using OAuth.
Oauth Implementation
>oauth login
Controls
Bot interactions via direct message and/or specific channel(s) which is configurable:
Playback Controls
Permission Controls
The text was updated successfully, but these errors were encountered: