mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
@@ -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.' },
|
||||
|
||||
Reference in New Issue
Block a user