3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-23 17:45:03 +00:00

Re-enable starboard + fixes (#262)

This commit is contained in:
metal 2021-09-04 17:20:50 +01:00 committed by GitHub
parent 701517c235
commit 1028159ccb
3 changed files with 15 additions and 11 deletions

View file

@ -9,9 +9,6 @@ export const StarboardReactionAddEvt = starboardEvt({
event: "messageReactionAdd",
async listener(meta) {
// FIXME: Temporarily disabled
return;
const pluginData = meta.pluginData;
let msg = meta.args.reaction.message as Message;