-
So i have this piece of code right here that i'm running with php 8.2. For some reason the bot can enter the channel but any sound is playing. Anyone knows what i have to do? $discord = new Discord([ $discord->on('ready', function (Discord $discord) { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I managed to make it work by running the same code on docker. When i tried on wsl2 it didnt work |
Beta Was this translation helpful? Give feedback.
I managed to make it work by running the same code on docker. When i tried on wsl2 it didnt work