From ef91f52230bb8bcb3b9b5b22ab8beb2579f2f695 Mon Sep 17 00:00:00 2001 From: deepsarda <92147339+deepsarda@users.noreply.github.com> Date: Thu, 26 Jan 2023 20:51:24 +0530 Subject: [PATCH] Update tsdoc.json (#2741) Updates tsdoc.json to reflect the current packages. --- typedoc.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/typedoc.json b/typedoc.json index 37ae35ab2..916176cc1 100644 --- a/typedoc.json +++ b/typedoc.json @@ -1,14 +1,12 @@ { "entryPointStrategy": "packages", "entryPoints": [ + "packages/bot", "packages/client", "packages/discordeno", "packages/gateway", - "packages/logger", - "packages/plugins", "packages/rest", - "packages/tester", "packages/types", "packages/utils" ] -} \ No newline at end of file +}