1
0
Fork 0

remove zero width space

akairo
loicbersier 5 years ago
parent f1226e9ca0
commit 7976d179ed

@ -43,7 +43,8 @@ class tweetCommand extends Command {
return message.channel.send('You have been blacklisted from this command... be less naughty next time.');
}
let text = args.text;
// remove zero width space
let text = args.text.replace('');
if (!text)
return;

Loading…
Cancel
Save