Closed ghost closed 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.
this will make it kinda more useful & fun