You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
.eslintignore | 2 weeks ago | |
.eslintrc.cjs | 2 weeks ago | |
.gitignore | 6 months ago | |
.prettierignore | 2 weeks ago | |
.prettierrc | 2 weeks ago | |
LICENSE | 2 weeks ago | |
README.md | 2 weeks ago | |
filesdotgay.js | 2 weeks ago | |
index.js | 2 weeks ago | |
package-lock.json | 2 weeks ago | |
package.json | 2 weeks ago | |
utils.js | 2 weeks ago |
README.md
spotdl
An example of librespot-js
Installation
Clone the repository and run npm i
.
Usage
Put a Discord token and your Spotify login in an .env
file, like this:
FILES_GAY_USER="example"
FILES_GAY_PASS="secrets"
DISCORD_TOKEN="secrets"
SPOTIFY_USERNAME="lain@example.com"
SPOTIFY_PASSWORD="secrets"
(optionally add a LOADING_EMOJI environment variable in the format <a:loading:1110359925051375636>
)
Invite the bot into a server using the following permission code:
277025704000
Todo
- /search command?
- download the song a user is currently listening to?