seamless-medley/medley

Move these codes below the events registration

vittee opened this issue · 1 comments

Just move them, to ensure that the on-going vote lock get unlocked after the collector has ended.

// TODO: Move below event registration
for (const emoji of take(collectibleEmojis, peeking.length)) {
await msg.react(emoji!).catch(noop);
}

Done in 8f9353b