another bugfix
This commit is contained in:
		@@ -50,7 +50,7 @@ module.exports = (lib) => {
 | 
			
		||||
                }
 | 
			
		||||
                else {
 | 
			
		||||
                  fs.stat('./b/' + cb.file, (err, stat) => {
 | 
			
		||||
                    if(err === null)
 | 
			
		||||
                    if(err === null || err.code == 'ENOENT')
 | 
			
		||||
                      fs.unlinkSync('./b/' + cb.file);
 | 
			
		||||
                    if(cb.msg !== '')
 | 
			
		||||
                      e.reply(cb.msg);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user