Started work on schedule archiving.

This commit is contained in:
rainbow napkin 2025-02-12 07:41:08 -05:00
parent a41541d07b
commit c8cd336c91
2 changed files with 113 additions and 25 deletions

View file

@ -137,7 +137,7 @@ module.exports = class{
});
//Get schedule as a temporary array
const queue = Array.from(this.channel.queue.schedule);
const queue = await this.channel.queue.prepQueue(chanDB);
//Get schedule lock status
const queueLock = this.channel.queue.locked;