forked from Supositware/Haha-Yes
forgot to finish what i did ( sorry )
This commit is contained in:
parent
7976d179ed
commit
447ac5cad7
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class tweetCommand extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove zero width space
|
// remove zero width space
|
||||||
let text = args.text.replace('');
|
let text = args.text.replace('', '');
|
||||||
if (!text)
|
if (!text)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue