NoReplyUI5 / MusicJS14

A very simple Discord bot. Light weight code. It is fully open source so anyone can use it :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MusicJS14

A simple Discord Music bot with buttons TRY THIS CODE by inviting this Discord Bot

🍎 Discord (under development)

You can join my discord server by clicking here πŸ™‚

πŸ€– Commands

πŸ”Š /play url - Paste a link.
πŸ”Š /play search - Searched for music.
πŸ”Š /play playlist - Play from a playlist.
⏸️ /pause - Pause a music.
⏯️ /resume - Resume a music.
⏭️ /skip - Skip a music.
❌ /stop - Stop a music.

βž• Use Node Plus

Click here to know what is Node Plus (Node Plus is only for lazy people like me πŸ™‚)

πŸ“ Single Command Installation

  1. Clone the MusicJS14 repository:
git clone https://github.com/NoReplyUI5/MusicJS14.git && cd MusicJS14 && npm i

πŸš€ Installation from source

  1. Clone the MusicJS14 repository:
git clone https://github.com/NoReplyUI5/MusicJS14.git
  1. change the directory to MusicJS14
cd MusicJS14
  1. Install the required packages:
npm i
  1. Set up your environment variables:

Create a .env file in the root directory of your project with the following variables:

TOKEN="." # Your bot token
CLIENT_ID="1155436021350150164" # Your bot client ID
  1. Run the bot:
node .
  1. Invite the bot to your server:

Generate an invite link for your bot and invite it to your server using the Discord Developer Portal or using permissions calculator: https://discordapi.com/permissions.html

πŸ“ Tutorial

A Tutorial has been uploaded on YouTube, Watch it by clicking SOON

About

A very simple Discord bot. Light weight code. It is fully open source so anyone can use it :)


Languages

Language:JavaScript 100.0%