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: 7 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T19:03:52.000Z (over 2 years ago)
- Last Synced: 2024-10-27T20:37:20.590Z (9 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[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)
[](https://forthebadge.com)[](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 
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 
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 
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/)!
# [ (click)](https://github.com/a1cd/Discord-Commands/issues)