mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
documentation for the spotify module
This commit is contained in:
parent
bc7bac1218
commit
1ce4b05932
28
modules/spotify/README.md
Normal file
28
modules/spotify/README.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
## spotify
|
||||||
|
|
||||||
|
Various Spotify functionality.
|
||||||
|
|
||||||
|
### Description
|
||||||
|
This module posts information on Spotify links, as well as providing Spotify
|
||||||
|
search functionality.
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
|
||||||
|
### ~spotify [query]
|
||||||
|
Search spotify for a song.
|
||||||
|
|
||||||
|
### ~syt [youtube link]
|
||||||
|
Attempt to get a Spotify link from a YouTube link. If no link is provided with
|
||||||
|
the commands, it will attempt to use the last link posted in the channel.
|
||||||
|
|
||||||
|
## API
|
||||||
|
|
||||||
|
#### spotifySearch(query, callback)
|
||||||
|
Run a search query on Spotify. If no results are found, the callback will pass
|
||||||
|
false. If a result is found, the callback takes two arguments: data about the
|
||||||
|
found track, and a link to the track.
|
||||||
|
|
||||||
|
### Hooks
|
||||||
|
|
||||||
|
#### link
|
||||||
|
Posts information about a Spotify link when one is posted in a channel.
|
Loading…
Reference in New Issue
Block a user