Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
chethanyadav456 committed Oct 11, 2023
1 parent 1c50708 commit 7160765
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<p align="center">
<a href="https://github.com/chethanyadav456/discord-js-v13-handler">
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F26492485%3Fs%3D280%26v%3D4&f=1&nofb=1" alt="Pbot-plus" width="200" height="200">
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Favatars1.githubusercontent.com%2Fu%2F26492485%3Fs%3D280%26v%3D4&f=1&nofb=1" alt="Pbot-plus" width="100" height="100">
</a>

# 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

Expand Down Expand Up @@ -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
Expand All @@ -60,6 +60,5 @@ Start the server

```bash
npm run start
node .
```

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-js-bot",
"version": "1.0.0",
"version": "1.0.1",
"description": "v14-handler",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7160765

Please sign in to comment.