adde polycb

This commit is contained in:
sora 2019-10-23 11:10:06 +02:00
parent f8ee9fa195
commit 6f976ed3a5

View File

@ -6,7 +6,7 @@ let db = {
}; };
module.exports = function(name){ module.exports = function(name){
this.file = name+".json"; this.file = "./"+name+".json";
this.json = db; this.json = db;
this.get = function(){ this.get = function(){