misc.color: dont split the query into the second field

This commit is contained in:
Cynthia Foxwell 2024-07-31 22:16:17 -06:00
parent c9c2c99b10
commit c53c545c48

View file

@ -662,8 +662,8 @@ color.callback = async function (msg, line, args, {truerandom, first}) {
text: `Picked #${random} for embed color \u2022 Use \`--first\` or the \`first\` option to bypass this`,
},
fields: [
{name: `Got ${colornamesMatches.length} matches for`, value: left, inline: true},
{name: `\`${safeString(line)}\``, value: right, inline: true},
{name: `Got ${colornamesMatches.length} matches for \`${safeString(line)}\``, value: left, inline: true},
{name: "\u200b", value: right, inline: true},
],
},
};