summaryrefslogtreecommitdiff
path: root/src/handlers
AgeCommit message (Collapse)Author
2026-06-10Reject /play early when voice channel is fullHEADmasterAleksa Vuckovic
Discord silently drops the bot's op 4 join when the channel user limit is reached and the bot lacks Move Members, causing a 30s AbortError timeout. Check voiceChannel.full upfront and return a clear error to the user. Also revert the voice-join diagnostic logging added while investigating. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-10Log bot voice state and channel info on join attemptAleksa Vuckovic
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-10Log voice adapter sendPayload + shard statusAleksa Vuckovic
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-10Add voice connection state logging to diagnose join failuresAleksa Vuckovic
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-21qol cedaYour Name
2025-11-13Initial commitAleksa Vuckovic