From c53c545c48762e7dedd68572431c645f719ad2ca Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Wed, 31 Jul 2024 22:16:17 -0600 Subject: [PATCH] misc.color: dont split the query into the second field --- src/modules/misc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/misc.js b/src/modules/misc.js index 58b57a8..baea6be 100644 --- a/src/modules/misc.js +++ b/src/modules/misc.js @@ -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}, ], }, };