diff --git a/package.json b/package.json index d0e2e48b..7d2fa98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "113.0.0", + "version": "113.0.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": { diff --git a/util/Util.js b/util/Util.js index b5d49767..7f2d2cd1 100644 --- a/util/Util.js +++ b/util/Util.js @@ -123,7 +123,7 @@ module.exports = class Util { } static embedURL(title, url, display = url) { - return `[${title}](${url.replace(/\)/g, '%27')}${display ? `, "${display}"` : ''})`; + return `[${title}](${url.replace(/\)/g, '%27')}${display ? ` "${display}"` : ''})`; } static async verify(channel, user, { time = 30000, extraYes = [], extraNo = [] } = {}) {