forked from Supositware/Haha-Yes
remove zero width space
This commit is contained in:
parent
f1226e9ca0
commit
7976d179ed
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue