Re-enable automod and other plugins for Zeppelin's own messages
This commit is contained in:
parent
b7725fdaf7
commit
2e9445ce35
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@ export const MessageCreateEvt = messageSaverEvt({
|
|||
return;
|
||||
}
|
||||
|
||||
// Don't save the bot's own messages
|
||||
if (meta.args.message.author.id === meta.pluginData.client.user?.id) {
|
||||
return;
|
||||
}
|
||||
|
||||
await meta.pluginData.state.savedMessages.createFromMsg(meta.args.message);
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue