From 9744b667b8a4ddd9b2913e05377f27d013e9bb3d Mon Sep 17 00:00:00 2001 From: Louis Mazin Date: Thu, 16 Apr 2026 01:48:54 +0200 Subject: [PATCH] test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a47c717..b793732 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ const client = new Client({ intents: ], partials: [Partials.Message, Partials.Channel, Partials.Reaction, Partials.User], }); -console.log(client); +console.log(client.intents); const headers = { "Accept": "application/json", "Content-Type": "application/json",