chore: remove client pkg (#2903)

* chore: remove client pkg

* yarn install

* fix: yarn install

---------

Co-authored-by: ITOH <to@itoh.at>
This commit is contained in:
Skillz4Killz
2023-03-30 09:48:19 -05:00
committed by GitHub
parent 7fae8c0315
commit 701d8b6dbb
74 changed files with 46 additions and 13347 deletions

View File

@@ -17,7 +17,6 @@
"@discordeno/types": "./packages/types/dist/index.js",
"@discordeno/rest": "./packages/rest/dist/index.js",
"@discordeno/gateway": "./packages/gateway/dist/index.js",
"@discordeno/bot": "./packages/bot/dist/index.js",
"@discordeno/client": "./packages/client/dist/index.js"
"@discordeno/bot": "./packages/bot/dist/index.js"
}
}