misc.vote: fix tick reaction
This commit is contained in:
parent
e0c4c124c8
commit
6388830efd
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ vote.callback = async function (msg, line) {
|
||||||
return {
|
return {
|
||||||
content: `**${msg.author.username}#${msg.author.discriminator}** has started a vote:\n**__${line}__**\n<:ms_tick:503341995348066313>: Yes\n<:ms_cross:503341994974773250>: No`,
|
content: `**${msg.author.username}#${msg.author.discriminator}** has started a vote:\n**__${line}__**\n<:ms_tick:503341995348066313>: Yes\n<:ms_cross:503341994974773250>: No`,
|
||||||
addReactions: [
|
addReactions: [
|
||||||
":ms_tick:503341995348066313>:",
|
":ms_tick:503341995348066313",
|
||||||
":ms_cross:503341994974773250",
|
":ms_cross:503341994974773250",
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue