Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codiume/discord-bot-template
A simple template to start coding your own and personalized discord bot in Javascript
https://github.com/codiume/discord-bot-template
bot discord discord-js hacktoberfest
Last synced: 11 days ago
JSON representation
A simple template to start coding your own and personalized discord bot in Javascript
- Host: GitHub
- URL: https://github.com/codiume/discord-bot-template
- Owner: codiume
- License: mit
- Created: 2022-03-25T15:42:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T00:43:22.000Z (7 months ago)
- Last Synced: 2024-04-10T02:59:53.654Z (7 months ago)
- Topics: bot, discord, discord-js, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 626 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Discord Bot Template
[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)
A simple template to start to code your own and personalized discord bot in Javascript.
## Run Locally
Clone the project
```bash
git clone [email protected]:codiume/discord-bot-template.git fancy-bot
```Go to the project directory
```bash
cd fancy-bot
```Install dependencies
```bash
npm install
```Run the dev server
```bash
npm run dev
```