mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* feat: basic initialisation * fix: no scope * chore: add options for issues * feat: good word, Monbrey * feat: basic README.md * fix: no documentation for this * feat: install for them * chore: update licencing * chore: fix year * fix: build tsup * feat: add TypeScript option * feat: add `name` option * chore: ignore annoying errors * chore: add tsconfig.json * refactor: remove name We can just use the name of the directory instead. * chore: update cliff jumper rc * chore: bump dependencies * chore: bump dependencies * fix: build in prepack * fix: configure ESLint correctly * feat: infer package manager * docs(packageManager): document `install()` * fix(packageManager): do not emit a warning for `npm` * refactor: change project name colour to yellow * docs(constants): basic documentation * feat: add link * chore: add `verbatimModuleSyntax` * chore: bump discord.js * refactor: switch to @sapphire/ts-config * refactor: file name changes * refactor: tweak description * chore: update yarn.lock * fix: add .env * chore: bump dependencies * feat: event handler * refactor: use `default` * refactor: simpler event * chore: bump discord.js * fix: add release script and reorder * style: reorder package.json * chore: remove unneeded ignores * chore: bump minimum Node.js version * chore: add @types/node to TypeScript package.json * chore: apply requested changes Co-authored-by: Noel <buechler.noel@outlook.com> * style: run ESLint + Prettier * refactor: prefer "the" * refactor: remove some comments * feat: add ESLint + Prettier * chore: requested changes Co-authored-by: Noel <buechler.noel@outlook.com> * chore: more requested changes Co-authored-by: Noel <buechler.noel@outlook.com> --------- Co-authored-by: Noel <buechler.noel@outlook.com>
55 lines
1.2 KiB
YAML
55 lines
1.2 KiB
YAML
apps:guide:
|
|
- apps/guide/*
|
|
- apps/guide/**/*
|
|
apps:website:
|
|
- apps/website/*
|
|
- apps/website/**/*
|
|
packages:brokers:
|
|
- packages/brokers/*
|
|
- packages/brokers/**/*
|
|
packages:builders:
|
|
- packages/builders/*
|
|
- packages/builders/**/*
|
|
packages:collection:
|
|
- packages/collection/*
|
|
- packages/collection/**/*
|
|
packages:core:
|
|
- packages/core/*
|
|
- packages/core/**/*
|
|
packages:create-discord-bot:
|
|
- packages/create-discord-bot/*
|
|
- packages/create-discord-bot/**/*
|
|
packages:discord.js:
|
|
- packages/discord.js/*
|
|
- packages/discord.js/**/*
|
|
packages:docgen:
|
|
- packages/docgen/*
|
|
- packages/docgen/**/*
|
|
packages:formatters:
|
|
- packages/formatters/*
|
|
- packages/formatters/**/*
|
|
packages:next:
|
|
- packages/next/*
|
|
- packages/next/**/*
|
|
packages:proxy:
|
|
- packages/proxy/*
|
|
- packages/proxy/**/*
|
|
packages:proxy-container:
|
|
- packages/proxy-container/*
|
|
- packages/proxy-container/**/*
|
|
packages:rest:
|
|
- packages/rest/*
|
|
- packages/rest/**/*
|
|
packages:ui:
|
|
- packages/ui/*
|
|
- packages/ui/**/*
|
|
packages:util:
|
|
- packages/util/*
|
|
- packages/util/**/*
|
|
packages:voice:
|
|
- packages/voice/*
|
|
- packages/voice/**/*
|
|
packages:ws:
|
|
- packages/ws/*
|
|
- packages/ws/**/*
|