Persistent AbortError During Reconnection Attempts in Discord Bot
I’m working on a Discord bot that connects to a voice channel, listens to the audio, and sends it to a WebSocket server. Initially, everything works fine, but after some time, when I try to reconnect after losing the connection, I encounter `AbortError` repeatedly. Despite several attempts to handle this error, the problem persists. The error occurs during the reconnection attempts. Here is the error message I keep receiving: