Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshil1712/build-discord-bot
An npm package to get started with your Discord bot
https://github.com/harshil1712/build-discord-bot
discord discord-bot hacktoberfest javascript nodejs
Last synced: about 2 months ago
JSON representation
An npm package to get started with your Discord bot
- Host: GitHub
- URL: https://github.com/harshil1712/build-discord-bot
- Owner: harshil1712
- License: mit
- Created: 2021-05-10T17:04:07.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T18:26:24.000Z (about 3 years ago)
- Last Synced: 2024-11-07T23:39:31.468Z (2 months ago)
- Topics: discord, discord-bot, hacktoberfest, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Build Discord Bot
This package allows you to quickly get started with building your Discord bot. The package:
⬇️ Clones [this](https://github.com/harshil1712/Discord-Bot-Template) template respository
🔄 Downloads the required node modules (Discord.js, dotenv, nodemon)
⚡️ Initializes git repo
## Getting Started 🚀
### Prerequisites
- This CLI tool is built with Node.js. [Install Node.js](https://nodejs.org) to get started.
### Execute
#### 1. Install the package
`npm install -g build-discord-bot`
#### 2. Create template
`build-discord-bot `
## Contribute 🤝
If you would like to contribute to the project please check out the [contributing](./CONTRIBUTING.md) docs.