kk
This commit is contained in:
parent
fd131b0b1d
commit
2f32a8381c
@ -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"})
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user