3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-08 11:37:20 +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 6a45ce67fa
commit a19de26ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;