Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noreplyui5/musicjs14
A very simple Discord bot. Light weight code. It is fully open source so anyone can use it :)
https://github.com/noreplyui5/musicjs14
Last synced: about 2 months ago
JSON representation
A very simple Discord bot. Light weight code. It is fully open source so anyone can use it :)
- Host: GitHub
- URL: https://github.com/noreplyui5/musicjs14
- Owner: NoReplyUI5
- Created: 2023-09-25T17:28:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-30T15:16:06.000Z (8 months ago)
- Last Synced: 2024-05-30T18:11:02.529Z (8 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MusicJS14
A simple Discord Music bot with buttons [TRY THIS CODE](https://discord.com/oauth2/authorize?client_id=1155436021350150164&scope=bot&permissions=1099511627775) by inviting this Discord Bot
## 🍎 Discord (under development)
You can join my discord server by [clicking here](https://discord.gg/4C4hqRvh2f) 🙂
## 🤖 Commands
:loud_sound: /play url - Paste a link.
:loud_sound: /play search - Searched for music.
:loud_sound: /play playlist - Play from a playlist.
:pause_button: /pause - Pause a music.
⏯️ /resume - Resume a music.
⏭️ /skip - Skip a music.
:x: /stop - Stop a music.
## ➕ Use Node Plus
[Click here](https://github.com/NoReplyUI5/MusicJS14/releases/tag/node%2B) to know what is Node Plus (Node Plus is only for lazy people like me 🙂)
## 🏓 Single Command Installation
1. Clone the MusicJS14 repository:```bash
git clone https://github.com/NoReplyUI5/MusicJS14.git && cd MusicJS14 && npm i
```
## 🚀 Installation from source1. Clone the MusicJS14 repository:
```bash
git clone https://github.com/NoReplyUI5/MusicJS14.git
```
2. change the directory to MusicJS14```bash
cd MusicJS14
```
3. Install the required packages:```bash
npm i
```
4. Set up your environment variables:Create a `.env` file in the root directory of your project with the following variables:
```bash
TOKEN="." # Your bot token
CLIENT_ID="1155436021350150164" # Your bot client ID```
5. Run the bot:```bash
node .
```
6. 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:
## 📝 TutorialA Tutorial has been uploaded on YouTube, Watch it by clicking [SOON](https://google.com/404)