This commit is contained in:
Cedric Hoelzl 2020-07-01 11:33:32 +02:00
parent fd131b0b1d
commit 2f32a8381c

View File

@ -112,7 +112,6 @@ module.exports = function(){
});
}else{
return db.get_v(event.chat.id).then(res =>{
if(res){
let kb = [];
for(var rr in res){
@ -123,6 +122,7 @@ module.exports = function(){
}else{
return event.reply("*No Tracking To Delete*", {"parse_mode":"Markdown"})
}
});
}
}
}