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:
parent
30f5b5654c
commit
cfe9f40963
2 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue