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