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 1098b1698c
commit e0844c3300
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

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;