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:
parent
701517c235
commit
1028159ccb
3 changed files with 15 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue