Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliuswadskov/discord.js_template
- Owner: juliuswadskov
- Created: 2020-12-08T15:45:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T16:13:55.000Z (about 4 years ago)
- Last Synced: 2024-05-20T19:54:32.921Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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