Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/juliuswadskov/discord.js_template

You can use this to make a simpel discord bot
https://github.com/juliuswadskov/discord.js_template

Last synced: about 1 month ago
JSON representation

You can use this to make a simpel discord bot

Awesome Lists containing this project

README

        

# Discord.js Template

## Before Download
Make a folder and name it what ever you want, then use then following commands in powershell or command promt
```
npm init
npm i discord.js
```

## After Download
When you have done that, you go into the ```config.json``` file and customize the config to your needs. Then go into the ```main.js``` file and customize that file to what ever you want

## when making a command
When you make a command, you copy the template file from ```./commands/``` then customize that file