ups.
This commit is contained in:
		@@ -398,7 +398,7 @@ export default bot => {
 | 
			
		||||
    set: "uwe",
 | 
			
		||||
    f: e => {
 | 
			
		||||
      e.args.shift();
 | 
			
		||||
      let text = e.args.join(" ");
 | 
			
		||||
      let text = [...e.args.join(" ")];
 | 
			
		||||
      let mock = "";
 | 
			
		||||
      text.forEach(l => mock += (l === " ") ? " " : (Math.round(Math.random()) === 0) ? l.toUpperCase() : l.toLowerCase());
 | 
			
		||||
      e.reply(mock);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user