Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikr4-m/discord-template
Discord framework/template for you
https://github.com/ikr4-m/discord-template
discord discord-bot discord-js es6 javascript nodejs typescript
Last synced: 2 months ago
JSON representation
Discord framework/template for you
- Host: GitHub
- URL: https://github.com/ikr4-m/discord-template
- Owner: ikr4-m
- Created: 2019-05-24T00:37:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T10:44:51.000Z (5 months ago)
- Last Synced: 2024-08-27T12:49:13.369Z (5 months ago)
- Topics: discord, discord-bot, discord-js, es6, javascript, nodejs, typescript
- Homepage:
- Size: 685 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Discord-Template
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:
1. Open `package.json` and remove `umzug`, `sequelize`, `@types/umzug`, and `sqlite3` dependency.
2. Delete `Database` folder.
3. Delete `src/App/Events/CheckDatabaseConnection.ts` file.
4. Delete `src/App/Models` folder.
4. Rename `Database/database-example.db` to `database.db`.
5. Do `npm install`
6. 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](https://www.paypal.me/sirienz).# 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>`.