WIP basic card dropping

This commit is contained in:
2022-08-18 19:24:44 +02:00
parent 29e3e6de23
commit ae60732836
13 changed files with 265 additions and 58 deletions

View File

@@ -14,7 +14,9 @@ async function syncDb() {
}
module.exports = {
name: "DbUtils",
getDb,
syncDb
}