3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00

auto_reactions: fix reactions not being applied to bot messages

This commit is contained in:
Dragory 2020-07-30 16:43:32 +03:00
parent 56c082da32
commit 7503599faa

View file

@ -6,7 +6,8 @@ import { LogsPlugin } from "../../Logs/LogsPlugin";
export const AddReactionsEvt = autoReactionsEvt({
event: "messageCreate",
allowOutsideOfGuild: false,
allowBots: true,
allowSelf: true,
async listener(meta) {
const pluginData = meta.pluginData;