diff --git a/backend/src/plugins/Automod/actions/changePerms.ts b/backend/src/plugins/Automod/actions/changePerms.ts index 34f16105..a516a6cf 100644 --- a/backend/src/plugins/Automod/actions/changePerms.ts +++ b/backend/src/plugins/Automod/actions/changePerms.ts @@ -16,12 +16,7 @@ export const ChangePermsAction = automodAction({ channel: tNullable(t.string), perms: tPartialDictionary(t.keyof(Permissions.FLAGS), tNullable(t.boolean)), }), - defaultConfig: { - channel: "", - perms: { - SEND_MESSAGES: true, - }, - }, + defaultConfig: {}, async apply({ pluginData, contexts, actionConfig, ruleName }) { const user = contexts.find((c) => c.user)?.user;