From 414a9734c9ae24d39ed2959172a90ec1f2b4a8b4 Mon Sep 17 00:00:00 2001 From: Lukian LEIZOUR Date: Thu, 14 Mar 2024 19:15:41 +0100 Subject: [PATCH] removed readme --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index 0dcec2c..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,24 +0,0 @@ -# Discord JS template in Typescript - -## Installation - -- Clone the repository -- Run `npm i` and `npm i -g typescript tsx` to install all dependences -- 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 - -## Docker configuration - -- Change the service name and the full path to your bot in `docker-compose.yml` file -- Run `docker compose up` to run the container \ No newline at end of file