misc.color: dont split the query into the second field
This commit is contained in:
parent
c9c2c99b10
commit
c53c545c48
1 changed files with 2 additions and 2 deletions
|
@ -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`,
|
text: `Picked #${random} for embed color \u2022 Use \`--first\` or the \`first\` option to bypass this`,
|
||||||
},
|
},
|
||||||
fields: [
|
fields: [
|
||||||
{name: `Got ${colornamesMatches.length} matches for`, value: left, inline: true},
|
{name: `Got ${colornamesMatches.length} matches for \`${safeString(line)}\``, value: left, inline: true},
|
||||||
{name: `\`${safeString(line)}\``, value: right, inline: true},
|
{name: "\u200b", value: right, inline: true},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue