Skip to content

ikr4-m/Discord-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 

Repository files navigation

Discord-Template

GitHub repo size GitHub GitHub package.json version

Discord Template that written in TypeScript, but you can make a command with ES6 too.

IN PROGRESS

We're rewriting all the code for newest discord.js version.

How To Install

Before installing this template, you'll need:

  1. NodeJS v14 or above
  2. Python v3.7.x (If you want to using Database)
  3. windows-build-tools in Windows or GCC in Windows (If you want to using Database)

After installing the tools, lets hop into the installation.

  1. Clone this project
  2. Rename .env.example into .env and change your token there.
  3. If you don't want using Database, follow this step:
  4. Open package.json and remove umzug, sequelize, @types/umzug, and sqlite3 dependency.
  5. Delete Database folder.
  6. Delete src/App/Events/CheckDatabaseConnection.ts file.
  7. Delete src/App/Models folder.
  8. Rename Database/database-example.db to database.db.
  9. Do npm install
  10. Finally, do npm start and happy coding!

Gimme some coffee lads!

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.

License

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>.

Releases

No releases published

Packages

No packages published