feat/40-reroll-on-disinterest #54

Merged
kenobi merged 73 commits from feat/40-reroll-on-disinterest into master 2023-11-19 20:24:36 +01:00
Showing only changes of commit 03b6a30ffa - Show all commits

View File

@ -36,9 +36,6 @@ export async function execute(messageReaction: MessageReaction, user: User) {
logger.info(`Reaction is NONE_OF_THAT on a vote message. Handling`, { requestId, guildId })
return client.voteController.handleNoneOfThatVote(messageReaction, reactedUponMessage, requestId, guildId)
}
if (messageReaction.emoji.toString() === Emoji.one) {
// do something
}
}
else if (isInitialAnnouncement(reactedUponMessage)) {
magnetotail marked this conversation as resolved
Review

?

?
Review

Replace this do something with a meaningful todo

Replace this do something with a meaningful todo
Review

removed
03b6a30ffa

removed 03b6a30ffa67afca9a4bc0563f7bf092bbcdd60b
if (messageReaction.emoji.toString() === Emoji.ticket) {