-
**Please describe your problem in as much detail as possible:**
Is there any way I can speed up the `Queue#seek` function? On longer videos/songs (1 hr or more) seeking seems to take forever :/
…
-
```
/home/runner/Moderatrix/node_modules/@distube/spotify/index.js:72
if (Array.isArray(queue.songs) && queue.songs[0]?.streamURL) resolve(clearInterval(check));
…
-
MissingIntents: GUILD_VOICE_STATES intent must be provided for the Client
This shows up while running alpha
-
**Describe the bug**
Hey, Whenever I Play a song, the Bot has a laggy Voice when it plays the music. Is there anything I can do?
**Expected behavior**
Whenever I play the songs using the bot, it…
-
If I use distube@alpha it says DisTube is not a constructor
-
I've added this code to play music from Spotify.
```javascript
const DisTube = require('distube')
const client = new Discord.Client()
const distube = new DisTube(client, {
searchSongs: 10,
…
-
**Please describe your problem in as much detail as possible:**
I would like to make my play command check if the queue is paused, And if it is, it'll resume it just like how its done with bots like …
-
Hello, can we get filters like on [distube.js](https://distube.js.org/#/docs/DisTube/v2/typedef/Filter) or how can i do this?
-
leaveOnFinishCooldown distube option like leaveOnEmptyCooldown, it'll leav the voice channel after sometime when the queue finish
-
**Please describe your problem in as much detail as possible:**
If i use the play feature on Distube, then the bot just joins the channel, and a second second later it just leaves again without playi…