auto_reactions: fix reactions not being applied to bot messages
This commit is contained in:
parent
1098b1698c
commit
e0844c3300
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ import { LogsPlugin } from "../../Logs/LogsPlugin";
|
||||||
|
|
||||||
export const AddReactionsEvt = autoReactionsEvt({
|
export const AddReactionsEvt = autoReactionsEvt({
|
||||||
event: "messageCreate",
|
event: "messageCreate",
|
||||||
allowOutsideOfGuild: false,
|
allowBots: true,
|
||||||
|
allowSelf: true,
|
||||||
|
|
||||||
async listener(meta) {
|
async listener(meta) {
|
||||||
const pluginData = meta.pluginData;
|
const pluginData = meta.pluginData;
|
||||||
|
|
Loading…
Add table
Reference in a new issue