first commit

This commit is contained in:
Lukian LEIZOUR 2024-03-10 15:54:28 +01:00
commit 0e9d8b2c24
11 changed files with 535 additions and 0 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# Discord JS template in Typescript
## Installation
- Clone the repository
- Change `.envExemple` file to `.env`
- Enter your bot token and bot id in `.env` file
## Developpement
- You can copy the ping.ts file in `/src/commands/default` to start creating your own commands
- You can modify the files in `/src/events` to use events as you would
## NPM commands
- Run `npm run dev` to run the dev mode
- Tun `npm run build` to build the project
- Run `npm run start` to run the compiled code