rayzrdev / SharpBot

A Discord.js selfbot written by Rayzr - 60 second installation!
https://git.io/sharpbot
MIT License
129 stars 134 forks source link

Update bill.js to make it say the username instead of bill #131

Closed ghost closed 6 years ago

ghost commented 6 years ago

this will make it kinda more useful & fun

rayzr522 commented 6 years ago

Hmmm... maybe this should be an option for the command rather than the default, since the images are originally intended to say Bill? But I certainly would have no problem with this being an option.

EDIT: If you can make this an option and commit that, I will accept the PR. Also, don't just concatenate msg.author.username onto the URL, who knows what Unicode chars they might be using. Use encodeURIComponent(msg.author.username) instead.