diff --git a/backend/src/plugins/Automod/Automod.ts b/backend/src/plugins/Automod/Automod.ts index 9949cc14..de10d14d 100644 --- a/backend/src/plugins/Automod/Automod.ts +++ b/backend/src/plugins/Automod/Automod.ts @@ -348,6 +348,7 @@ export class AutomodPlugin extends ZeppelinPlugin this.onMessageCreate(msg); this.savedMessages.events.on("create", this.onMessageCreateFn); + this.savedMessages.events.on("update", this.onMessageCreateFn); } protected getModActions(): ModActionsPlugin { @@ -365,6 +366,7 @@ export class AutomodPlugin extends ZeppelinPlugin