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 +}