Bot gets OP_CODE 4003 after starting the VoiceClient #1068
-
My bot joins the voicechannel and everything works fine until I start it with "voice->start()". After that it loses the connection with 4003. I don´t know why that happens and how I can identify the bot first before playing a mp3. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
lass das $voice->start() mal wech, auch setVolume brauchste nicht (100 ist standard), und setMuteDeaf brauchste auch nicht :) |
Beta Was this translation helpful? Give feedback.
lass das $voice->start() mal wech, auch setVolume brauchste nicht (100 ist standard), und setMuteDeaf brauchste auch nicht :)
ausserdem, ne mp3 ist kein rawStream sondern ein mp3 encoded file, stattdessen benutzt du $voice->playFile($path) der dan die mp3 decodiert und umsetzt in OPUS, was discord 'hören' will ;)