No description
  • TypeScript 99.1%
  • JavaScript 0.7%
  • Nix 0.2%
Find a file
2024-03-09 20:05:05 +09:00
.github fix: ci node version 2024-03-09 12:09:36 +09:00
.vscode chore: add direnv 2023-12-27 22:08:49 +09:00
docs feat: listener system 2022-07-18 21:33:52 +09:00
scripts feat: setup eslint prettier plugin 2023-03-25 14:39:51 +09:00
src feat: attachment support 2024-03-09 20:05:05 +09:00
test lint: fix all eslint errors 2023-03-25 15:04:12 +09:00
.all-contributorsrc update .all-contributorsrc [skip ci] 2023-01-21 20:40:21 +09:00
.envrc chore: add direnv 2023-12-27 22:08:49 +09:00
.eslintignore fix: eslint errors 2023-08-23 14:16:03 +09:00
.eslintrc.js lint: fix all eslint errors 2023-03-25 15:04:12 +09:00
.gitignore chore: add direnv 2023-12-27 22:08:49 +09:00
.prettierrc custom check decorator 2021-09-13 21:19:19 +09:00
LICENSE Create LICENSE 2021-10-08 18:22:21 +09:00
package.json chore(deps): update pnpm to v8.15.4 2024-03-09 12:07:07 +09:00
pnpm-lock.yaml fix: undici version 2024-03-09 12:06:11 +09:00
publish-version.js lint: fix all eslint errors 2023-03-25 15:04:12 +09:00
README.md docs: fix package manager 2023-05-02 21:51:36 +09:00
renovate.json Add renovate.json 2022-06-17 13:03:01 +00:00
shell.nix chore: add direnv 2023-12-27 22:08:49 +09:00
tsconfig.json fix: tsconfig 2022-07-19 17:02:43 +09:00
tsconfig.prod.json fix: exclude dist 2022-07-22 21:46:18 +09:00
tsup.config.ts feat: setup eslint prettier plugin 2023-03-25 14:39:51 +09:00
typedoc.json fix reflect bug, checks, and add permission check decorator 2021-08-29 17:01:00 +09:00


discord.js

Release All Contributors

About

Command.ts is a powerful command framework for discord.js

  • Easy to make slash command
  • Decorator support
  • Object-oriented class structure
  • TypeScript

Installation

Node.js 16.9.0 or newer is required.

npm install @pikokr/command.ts
yarn add @pikokr/command.ts
pnpm add @pikokr/command.ts

Required packages

  • discord.js (npm install discord.js)
  • tslog for cts built-in logger (npm install tslog)

Start with template

If you want to start project with command.ts, you can use the quickstart template.

pnpx degit pikokr/command.ts-v5-template my-app
cd my-app
pnpm dev

Please refer to template repository for detailed usage.

Contributors

파링
파링

💻 🚧 🤔 📖
RootPi
RootPi

💻
키뮤
키뮤

💻 📖