feat/40-reroll-on-disinterest #54
@ -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
|
||||
if (messageReaction.emoji.toString() === Emoji.ticket) {
|
||||
|
Loading…
Reference in New Issue
Block a user
?
Replace this do something with a meaningful todo
removed
03b6a30ffa