From f28fb8ea0ee7356a5541c48232c77ceab6458bc7 Mon Sep 17 00:00:00 2001 From: Skye Date: Fri, 10 Mar 2023 21:02:32 +0900 Subject: [PATCH] ignore less --- index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/index.ts b/index.ts index d69d543..75132dd 100644 --- a/index.ts +++ b/index.ts @@ -61,7 +61,6 @@ client.on("messageCreate", async (message) => { const context = [ ...msgs .filter((msg) => { - if (msg.webhookId) return false; if (msg.author.bot && msg.author !== msg.author.client.user) return false; if (msg.content.startsWith("\\")) return false;