-
I have played 1 song then use loop song after song end bot disconnect
-
https://github.com/Tomato6966/Musicium/blob/87cecd18c478a60f70c7c52a98f77fee8d896a37/commands/Queue/status.js#L68
```
TypeError: client.settings.get(...).map is not a function
at Object.run (…
-
The Play/Pause button only pauses the music, but don't resume it
Test :
- play a song
- Click the pause button
- Notice that the music stopped
- Reclick the play/pause button and notice it doe…
-
**Please describe your problem in as much detail as possible:**
player.seek not working.
**Errors**: None
**Problem:** Bot leaves the call when using seeking more than 10s. But when doing seek 1s…
-
**Please describe your problem in as much detail as possible:**
I working with Slashcommands and distube to make a nice music module but if i wanna search with search(string, {safeSearch: true, lim…
-
```
root@ip-123123:/home/ubuntu/real# npm i
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/distubejs/prism-media.…
-
-
I'm using a npmjs package called spotify-to-yt to convert spotify playlists to youtube videos. I was hoping this could help me use Distube v2.8.18 with spotify because I'm kinda holding off upgrading …
-
**Please describe your problem in as much detail as possible:**
```
.on("playSong", (message, queue, song) => message.channel.send(
`Playing \`${song.name}\` - \`${song.formattedDuratio…
-
When I do loop song command the bot leave the voice channel after song ended , it sent a message as there is no song left. Also the loop queue is work fine. So what is the problem actually?