misc.vote: fix missing colon on maybe
This commit is contained in:
parent
58fc6bb98e
commit
105b0ade06
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue