Update db.js

This commit is contained in:
Aleksandr Statciuk 2022-01-30 02:41:43 +03:00
parent a3a0b4e30c
commit 61085bf2db

View file

@ -70,7 +70,7 @@ class Database {
const db = {}
db.channels = new Database(`${DB_DIR}/channels.db`)
db.queue = new Database(`${DB_DIR}/queue.db`)
db.programs = new Database(`${DB_DIR}/programs.db`)
module.exports = db