Browse Source

Update main.js

Markus-Rost 7 years ago
parent
commit
e75c84c3e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -328,7 +328,7 @@ function cmd_eval(lang, msg, args, line) {
 		console.log( text );
 		msg.channel.send( '```js\n' + text + '```', {split:{prepend:'```js\n',append:'```'}} );
 	} else if ( msg.channel.type != 'text' || !pause[msg.guild.id] ) {
-		cmd_link(lang, msg, line.split(' ').slice(1).join(' '), lang.link, '');
+		msg.react('❌');
 	}
 }