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
co-authored by ITOH
parent 7fae8c0315
commit 701d8b6dbb
74 changed files with 46 additions and 13347 deletions
-2
View File
@@ -40,13 +40,11 @@ for await (let filepath of walk(typedocOutPath)) {
// Converts ugly names to clean names for example discordeno_types.ActionRow becomes ActionRow
const cleanForms = [
{ ugly: 'discordeno_bot.md', clean: 'Bot.md'},
{ ugly: 'discordeno_client.md', clean: 'Client.md'},
{ ugly: 'discordeno_gateway.md', clean: 'Gateway.md'},
{ ugly: 'discordeno_rest.md', clean: 'Rest.md'},
{ ugly: 'discordeno_types.md', clean: 'Types.md'},
{ ugly: 'discordeno_utils.md', clean: 'Utils.md'},
{ ugly: 'discordeno_bot.' },
{ ugly: 'discordeno_client.' },
{ ugly: 'discordeno_gateway.' },
{ ugly: 'discordeno_rest.' },
{ ugly: 'discordeno_types.' },