misc.vote: fix tick reaction

This commit is contained in:
Cynthia Foxwell 2022-04-01 18:15:40 -06:00
parent e0c4c124c8
commit 6388830efd
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ vote.callback = async function (msg, line) {
return {
content: `**${msg.author.username}#${msg.author.discriminator}** has started a vote:\n**__${line}__**\n<:ms_tick:503341995348066313>: Yes\n<:ms_cross:503341994974773250>: No`,
addReactions: [
":ms_tick:503341995348066313>:",
":ms_tick:503341995348066313",
":ms_cross:503341994974773250",
],
};