Code Monkey home page Code Monkey logo

vinzxje's Introduction

GhoSty Music - Selfbot

This Discord selfbot plays music from YouTube in a voice channel. It can search for songs, play them, and show similar songs to the current playing track.

Features

  • Play music from YouTube
  • Show similar songs to the currently playing track
  • Display the currently playing song details
  • AutoPlay Coming Soon [With Ai]

Prerequisites

  • Node.js and npm installed
  • Discord account

Installation

1. Required Modules

  • discord.js-selfbot-v13
  • @discordjs/voice
  • yt-search
  • ytdl-core
  • libsodium-wrappers

2. Install Dependencies

  • Before starting the bot, ensure all required modules are installed. The script will check and install them if missing. However, if you encounter issues, you can manually install them:

Using VS Code Terminal (PC/Computer)

  1. Open the terminal in VS Code (Ctrl+`).
  2. Run the following commands:
npm install discord.js-selfbot-v13
npm install @discordjs/voice
npm install yt-search
npm install ytdl-core
npm install libsodium-wrappers

Using Termux (Mobile)

  1. Open Termux.
  2. Navigate to your project directory.
  3. Run the following commands:
npm install discord.js-selfbot-v13
npm install @discordjs/voice
npm install yt-search
npm install ytdl-core
npm install libsodium-wrappers

3. Configuration

  • Replace line 32 in the index.js with your Account Token.

Usage

  • Run the bot using Node.js:
node index.js

SelfBot Commands

  • play <search query or URL>: Play a song from YouTube.
  • similar: Show similar songs to the currently playing track.
  • nowplaying or np: Show details of the currently playing song.

Author

Acknowledgements

  • Also, make sure to update the content based on the actual features and configuration details of your script.
  • Re-Selling Our Codes = Ban
  • Feel free to contribute or report issues on our Discord server.

vinzxje's People

Contributors

itsvincent123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.