summaryrefslogtreecommitdiff
path: root/src/utils/helpers.js
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-03-21qol cedaYour Name
2025-11-13Initial commitAleksa Vuckovic