Started work on queue panel

This commit is contained in:
rainbow napkin 2025-01-21 08:15:35 -05:00
parent 4f6b3318a0
commit 42c20455e5
16 changed files with 342 additions and 14 deletions

View file

@ -136,8 +136,11 @@ module.exports = class{
}
});
//Get schedule as a temporary array
const queue = Array.from(this.channel.queue.schedule);
//Send off the metadata to our user's clients
this.emit("clientMetadata", {user: userObj, flairList});
this.emit("clientMetadata", {user: userObj, flairList, queue});
}
async sendSiteEmotes(){