From 2e0286d175241ef758944124f26647fe0979931a Mon Sep 17 00:00:00 2001 From: almeidx Date: Sun, 31 Oct 2021 18:40:06 +0000 Subject: [PATCH] remove thread type from automod context --- backend/src/plugins/Automod/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/plugins/Automod/types.ts b/backend/src/plugins/Automod/types.ts index c9aa8865..ed7cf56e 100644 --- a/backend/src/plugins/Automod/types.ts +++ b/backend/src/plugins/Automod/types.ts @@ -117,7 +117,6 @@ export interface AutomodContext { user?: User; message?: SavedMessage; member?: GuildMember; - thread?: ThreadChannel; partialMember?: GuildMember | PartialGuildMember; joined?: boolean; rolesChanged?: {