-
HI, I am trying to get my bot to stream music over Voice, my bot is joining VC, but nothing comes through, I have checked voice debugging and it seems something happens as the "last packet received" r…
-
The bot should be able to take clips posted via 3rd party tools such as outplayed to a YouTube channel.
- [x] #4
- [x] #5
-
When I throw several tokens at once, it crashes
-
Hello here,
Following the new syntax i have some troubles with the dispatcher catching
In fact using `.then( dispatcher => {` does nothing (not going in the `.then()`)
```JS
…
-
It would be good if there were some options to shorten values, as description for example can be quite long.
It would be nice to have some options such as max length (in chars) and maybe a regex op…
-
i get this error
TypeError: Cannot read property 'voiceChannel' of null
at Client. (C:\Users\Alex\Desktop\Music-Bot\index.js:8:26)
at Client.emit (events.js:223:5)
at MessageCreateHa…
-
Somebody help me please. Running my bot on my laptop works fine, music plays. Running it on my Raspberry PI (What I host my bot off of) has an error.
`{ Error: spawn EACCES
at _errnoException…
-
Additionally it seems as though youtube links have stopped working all together.
![image](https://user-images.githubusercontent.com/43119444/235032023-eaaf9342-b803-4380-81ce-75ad99493c…
-
### Bug Description
When trying to play some tracks that are 1h long, i get the following error in the console:
`
Caused by: java.lang.RuntimeException: Not success status code: 403
at c…
-
`const ytdl = require("ytdl-core");
exports.run = async(client, message, args, ops) =>{
if(!message.member.voiceChannel) return message.channel.send("Please connect a voice channel.");
…