diff --git a/README.md b/README.md index 813e047..14db5d5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@
- + -# Discord-js-v13-handler +# Discord-js-v14-handler -An advanced discord.js v13 command/events handler. +An advanced discord.js v14 command/events handler. -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/chethanyadav456/discord-js-v13-handler) -[![Run on Repl.it](https://repl.it/badge/github/chethanyadav456/discord-js-v13-handler)](https://repl.it/github/chethanyadav456/discord-js-v13-handler) -[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/chethanyadav456/discord-js-v13-handler) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/chethanyadav456/discord-js-bot) +[![Run on Repl.it](https://repl.it/badge/github/chethanyadav456/discord-js-bot)](https://github.com/chethanyadav456/discord-js-bot) +[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](https://glitch.com/edit/#!/import/github/chethanyadav456/discord-js-bot) ## Environment Variables @@ -41,13 +41,13 @@ Install my-project with npm Clone the project ```bash - git clone https://github.com/chethanyadav456/discord-js-v13-handler + git clone https://github.com/chethanyadav456/discord-js-bot ``` Go to the project directory ```bash - cd discord-js-v13-handler + cd discord-js-bot ``` Install dependencies @@ -60,6 +60,5 @@ Start the server ```bash npm run start - node . ``` diff --git a/package.json b/package.json index 6926f23..149f1bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-js-bot", - "version": "1.0.0", + "version": "1.0.1", "description": "v14-handler", "main": "index.js", "scripts": {