Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garlic-team/gcommands
Powerful and flexible discord.js framework.
https://github.com/garlic-team/gcommands
commands discord discord-js framework gcommands handler powerful typescript
Last synced: about 4 hours ago
JSON representation
Powerful and flexible discord.js framework.
- Host: GitHub
- URL: https://github.com/garlic-team/gcommands
- Owner: Garlic-Team
- License: isc
- Created: 2021-04-22T15:08:23.000Z (over 3 years ago)
- Default Branch: next
- Last Pushed: 2024-07-23T18:31:31.000Z (6 months ago)
- Last Synced: 2025-01-10T22:37:40.036Z (5 days ago)
- Topics: commands, discord, discord-js, framework, gcommands, handler, powerful, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/gcommands
- Size: 19.2 MB
- Stars: 37
- Watchers: 3
- Forks: 9
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
---
## Description
GCommands is a [discord.js](https://discord.js.org) framework that makes an incredible amount of work easier, it's very customizable.> For discord.js v14, use gcommands >=v10
> For discord.js v13, use gcommands <=v9.3.0## Features
- Written in TypeScript
- Supports slash, legacy and context menus
- Very customizable
- Supports custom plugins
- Built-in command, listener, component handler## Installation
```sh
# Latest (recommended)
npm install gcommands@latest discord.js
yarn add gcommands@latest discord.js
pnpm add gcommands@latest discord.js# Next Version (unstable, under development)
npm install gcommands@next discord.js
yarn add gcommands@next discord.js
pnpm add gcommands@next discord.js
```## Guide & Documentation
To help you learn more about GCommands we have a [guide](https://garlic-team.js.org/guide/) and [documentation](https://garlic-team.js.org/docs/#/docs/gcommands/latest/general/welcome) for you.
We will be glad if you join to our [discord server](https://discord.gg/AjKJSBbGm2).