Server crashes are now dumped to log file.

This commit is contained in:
rainbow napkin 2025-09-06 01:52:21 -04:00
parent cb5f1dbf9b
commit 08d2bf8bc9
101 changed files with 220 additions and 1807 deletions

View file

@ -163,8 +163,6 @@ class playlistHandler{
}
//The UUID is only validated, not processed so we just return the new time :P
console.log(this.channel)
console.log(this.channel.queue);
return this.channel.queue.getStart(data.start)
}