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

Temporarily disable starboards

This commit is contained in:
Dragory 2021-08-19 01:28:37 +03:00
parent 7deb737918
commit 7348262bdb
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 9 additions and 0 deletions

View file

@ -10,6 +10,9 @@ 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;