Skip to content

star0202/command.ts

 
 

Repository files navigation


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.

Links

Contributors

파링
파링

💻 🚧 🤔 📖
RootPi
RootPi

💻
키뮤
키뮤

💻 📖

About

Command framework for discord.js written in TypeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.0%
  • JavaScript 1.8%
  • Nix 0.2%