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:
parent
56c082da32
commit
7503599faa
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue