music: typo

This commit is contained in:
Cynthia Foxwell 2022-04-18 23:00:32 -06:00
parent d2b48d997d
commit 05c9d98575
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ async function createVoiceConnection(guild_id, voice_id, text_id) {
connection._music_queue = [];
connection._music_eventEnd = async function () {
if (connection._music.queue.length > 0) {
if (connection._music_queue.length > 0) {
const next = connection._music_queue.splice(0, 1);
await enqueue(
guild_id,