diff options
Diffstat (limited to 'util.js')
| -rw-r--r-- | util.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ module.exports.vainsocialEmbed = (title, link, command) => { return new Discord.RichEmbed() .setTitle(title) .setColor("#55ADD3") - .setURL(ROOTURL + link + util.track(command)) + .setURL(ROOTURL + encodeURIComponent(link) + util.track(command)) .setAuthor("VainSocial" + (PREVIEW? " preview":""), ROOTURL + "images/brands/logo-blue.png", ROOTURL + util.track(command)) .setFooter("VainSocial" + (PREVIEW? " preview":""), ROOTURL + "images/brands/logo-blue.png") |
