misc.vote: fix missing colon on maybe

This commit is contained in:
Cynthia Foxwell 2023-01-07 23:25:18 -07:00
parent 58fc6bb98e
commit 105b0ade06
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ vote.callback = async function (msg, line, [topic], {maybe}) {
content: `**${
msg.author.tag
}** has started a vote:\n**__${topic}__**\n<:ms_tick:503341995348066313>: Yes\n<:ms_cross:503341994974773250>: No${
maybe ? "\n<:ms_tilda:581268710925271095> Maybe/Uncertain" : ""
maybe ? "\n<:ms_tilda:581268710925271095>: Maybe/Uncertain" : ""
}`,
addReactions: [
":ms_tick:503341995348066313",