From 1202eb8ad3143538568f3abaf85189bd3d577c75 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 27 Apr 2023 12:48:42 -0600 Subject: [PATCH] misc.vote+poll: use h2 --- 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 c7f7606..e9d77fe 100644 --- a/src/modules/misc.js +++ b/src/modules/misc.js @@ -235,7 +235,7 @@ poll.callback = async function (msg, line, [topic, ...options]) { if (arrOptions.length < 2) return "A minimum of two options are required."; const reactions = []; - let displayString = `**${msg.author.username}#${msg.author.discriminator}** has started a poll:\n**__${topic}__**\n`; + let displayString = `**${msg.author.username}#${msg.author.discriminator}** has started a poll:\n## __${topic}__\n`; for (let i = 0; i < arrOptions.length; i++) { displayString += (i === 9 ? "\ud83d\udd1f" : `${i + 1}\u20e3`) + @@ -263,7 +263,7 @@ vote.callback = async function (msg, line, topic, {maybe}) { return { content: `**${msg.author.username}#${ msg.author.discriminator - }** has started a vote:\n**__${topic}__**\n<:ms_tick:503341995348066313>: Yes\n<:ms_cross:503341994974773250>: No${ + }** has started a vote:\n## __${topic}__\n<:ms_tick:503341995348066313>: Yes\n<:ms_cross:503341994974773250>: No${ maybe ? "\n<:ms_tilda:581268710925271095>: Maybe/Uncertain" : "" }`, addReactions: [