项目作者: killed

项目描述 :
Discord bot with Spotify commands
高级语言: JavaScript
项目地址: git://github.com/killed/Spotify-Selfbot.git
创建时间: 2021-07-29T17:32:36Z
项目社区:https://github.com/killed/Spotify-Selfbot

开源协议:

下载


Command usage (Default prefix)

!?clone https://open.spotify.com/playlist/5Y7VXK51pJ7jP5YBTkRBU4?si=1387244d2aa44068

!?add https://open.spotify.com/track/7DPHwIQ52SrVzIHzhHI2Mh?si=9fb74fe2bb01433b playlistname

!?create killedTests69@gmail.com removalGoBr Password1337

!?stats

Important

If for some reason you delete the node_modules and you can’t start the bot because discord.js doesn’t allow selfbots anymore go to \node_modules\discord.js\src\client\Client.js and on line 35 replace 'Bot' with ''

Basic Setup

Open your terminal and type npm i

Go to \data\ and you’ll find a file called config.json

Default prefix is !?

Config Setup

Setup the basic information like filling out your Discord token then you’ll see a file in /data/ called spotify.json open that up and go to here and login like normal

Once you’ve logged in go to the home page and open inspect element and go to the Application tab and follow this screenshot -

You’ll want to copy the sp_dc string and put it into the spotify.json file and start the bot, it’ll automatically put the bearer and username field in for you.

Spotify Help

Customization

To change the embed colour go to \modules\ and open utility.js file and on line 16 you’ll be able to change the hex.

To change the prefix go to \data\ and open the config.json file and you can change it there.