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;