Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a1cd/discord-commands
A easier way to make a discord bot!
https://github.com/a1cd/discord-commands
commands discord discord-bot discord-js discordjs modular
Last synced: about 1 month ago
JSON representation
A easier way to make a discord bot!
- Host: GitHub
- URL: https://github.com/a1cd/discord-commands
- Owner: a1cd
- License: mit
- Created: 2021-06-13T16:34:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T19:03:52.000Z (about 2 years ago)
- Last Synced: 2024-10-27T20:37:20.590Z (3 months ago)
- Topics: commands, discord, discord-bot, discord-js, discordjs, modular
- Language: JavaScript
- Homepage: https://a1cd.github.io/Discord-Commands/
- Size: 793 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Command Based Discord
Quick Discord Bots
A library that makes building command based discord bots easier[![Built With Love](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![Made With Javascript](https://forthebadge.com/images/badges/made-with-javascript.svg)](https://forthebadge.com)
[![Powered By Electricity](https://forthebadge.com/images/badges/powered-by-electricity.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com)[![npm version](https://badge.fury.io/js/command-based-discord.svg)](https://badge.fury.io/js/command-based-discord)
Command based discord is a library that makes building command based discord bots easier. It allows for one to easily create commands and subcommands with help pages without much effort!
## First time with Discord.js?
This is probably not the place for you, but if you still want to do it, there are some examples.# Installation ![how do i install](https://img.shields.io/badge/how%20do%20i-install-ED4245?logo=discord&style=for-the-badge&labelColor=57F287)
The easiest way to install is:```bash
npm i command-based-discord
```
Other helpful 'sister' libraries:- [`npm i simple-discord-commands` (click)](https://github.com/a1cd/simple-discord-commands) - a set of basic commands (ping, uptime, etc.)
- [`npm i discord-hypixel` (click)](https://github.com/a1cd/Discord-Hypixel) - a set of commands to work well with the hypixel api and users
# Start ![where do i start?](https://img.shields.io/badge/Where-Do%20I%20start-EB459E?style=for-the-badge&labelColor=000000)
If you have experience with discord.js and node/npm skip to I know what im doing. If that doesnt apply to you, leave and learn, then come back.# First time ![im new](https://img.shields.io/badge/I'm-NEW!-DDD?style=for-the-badge&labelColor=5865F2)
Look up how to create a discord bot on youtube, and after you have gotten a Bot token come back.# Now what
Most of the other instructions are on the website! You can check it out [here](https://a1cd.github.io/Discord-Commands/)!
# [![we need help](https://img.shields.io/badge/we%20need-support-188FFF?style=for-the-badge&labelColor=1A1A1A) (click)](https://github.com/a1cd/Discord-Commands/issues)