forgot to finish what i did ( sorry )

This commit is contained in:
loicbersier 2019-07-01 00:42:08 +02:00
parent 7976d179ed
commit 447ac5cad7

View file

@ -44,7 +44,7 @@ class tweetCommand extends Command {
}
// remove zero width space
let text = args.text.replace('');
let text = args.text.replace('', '');
if (!text)
return;