Closed mattgrunwald closed 1 year ago
I've also tried updating ytdl-core
and that doesn't seem to help
Nothing to do with ytdl-core, its missing permissions to send messages
These are the permissions I'm giving the bot. Shouldn't it be able to send messages then?
For more context the bot can send messages in its current state in my server. Using /lyrics
causes the bot to send a correct message that there's nothing currently playing. For some reason the crash is happening when the bot tries to send the message with all the control reactions.
When I try to use /play
the bot does indeed join the right voice channel and the song says for half a second before cutting out.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug Server crashes when asked to play a song.
How To Reproduce Steps to reproduce the behavior:
docker run -it --rm -e TOKEN="$TOKEN" eritislami/evobot
/play mr blue sky
Expected behavior Bot enters voice chat and plays the song
Environment (add if possible)
Additional information & screenshots Here's the logs of the container:
I've tried allowing all other permissions (except administrator) and all other intents, I still keep getting this error