https://github.com/ghostdevv/djs-template
Discord.js template :p
https://github.com/ghostdevv/djs-template
Last synced: 11 months ago
JSON representation
Discord.js template :p
- Host: GitHub
- URL: https://github.com/ghostdevv/djs-template
- Owner: ghostdevv
- License: other
- Created: 2020-12-07T17:14:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T20:19:11.000Z (over 5 years ago)
- Last Synced: 2025-02-14T02:54:32.978Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DJS Template
A nice and modern discord.js template for your discord bots
# Get Started
Setup can be quick with [degit](https://github.com/Rich-Harris/degit)
```bash
npx degit ghostdevv/djs-template discord-bot
cd discord-bot
```
# Setup
```bash
npm install
cp .env.example .env
```
If the cp command doesn't work just manually make the .env file based on the example one
# Running
The .env file will include a NODE_ENV variable, this should be set to either `production` or `development`, the dev command will overwrite this.
- ### Development
Full development mode not implimented just yet
```bash
npm run dev
```
- ### Start
```bash
npm run start
```
- ### Invite
This will generate a invite for you
```bash
npm run invite
```