bot.js aktualisiert

This commit is contained in:
Chaotischer 2026-03-09 23:39:42 +01:00
parent 934816dd37
commit 27ae221376
1 changed files with 1 additions and 1 deletions

2
bot.js
View File

@ -371,7 +371,7 @@ let db;
async function initDB() {
db = await open({
filename: './data.db',
filename: '/app/data/data.db',
driver: sqlite3.Database
});