Discord Template that written in TypeScript, but you can make a command with ES6 too.
We're rewriting all the code for newest discord.js version.
Before installing this template, you'll need:
- NodeJS v14 or above
- Python v3.7.x (If you want to using Database)
- windows-build-tools in Windows or GCC in Windows (If you want to using Database)
After installing the tools, lets hop into the installation.
- Clone this project
- Rename
.env.example
into.env
and change your token there. - If you don't want using Database, follow this step:
- Open
package.json
and removeumzug
,sequelize
,@types/umzug
, andsqlite3
dependency. - Delete
Database
folder. - Delete
src/App/Events/CheckDatabaseConnection.ts
file. - Delete
src/App/Models
folder. - Rename
Database/database-example.db
todatabase.db
. - Do
npm install
- Finally, do
npm start
and happy coding!
This template isn't an AI handmade, but this template with love made from the human brain. The human also need food to make a bunch of codes. So, if you like this project, you can give me a cup of coffee in my PayPal here.
This project using GNU Affero General Public License v3.0. If a violation is found in it, we'll crack down according to local legal regulations. This project was signed by Ikramullah Latif <45F6D4DF8F571384>
.