Merge branch 'f0ckdev' into 'master'
+ errormessage See merge request !16
This commit is contained in:
		@@ -17,8 +17,8 @@ module.exports = (lib) => {
 | 
			
		||||
        if(typeof(output) != undefined && output !== 'undefined' && output)
 | 
			
		||||
          e.reply(output);
 | 
			
		||||
      }
 | 
			
		||||
      catch(blah) {
 | 
			
		||||
        e.reply('f0ck you!');
 | 
			
		||||
      catch(err) {
 | 
			
		||||
        e.reply(err.message);
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    desc: 'sandbox'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user