From f3b8320ef05a0d777b44c5a0d5039660e13e344c Mon Sep 17 00:00:00 2001 From: Shoaib Sajid Date: Thu, 27 May 2021 16:48:08 +0500 Subject: [PATCH] Update types.ts --- backend/src/plugins/Mutes/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Mutes/types.ts b/backend/src/plugins/Mutes/types.ts index cb0a6820..bf5331a4 100644 --- a/backend/src/plugins/Mutes/types.ts +++ b/backend/src/plugins/Mutes/types.ts @@ -26,7 +26,7 @@ export const ConfigSchema = t.type({ timed_mute_message: tNullable(t.string), update_mute_message: tNullable(t.string), remove_roles_on_mute: t.union([t.boolean, t.array(t.string)]), - restore_roles_on_mute: t.union([t.boolean, t.array(t.string)]), + restore_roles_on_unmute: t.union([t.boolean, t.array(t.string)]), can_view_list: t.boolean, can_cleanup: t.boolean,