Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Av32000 committed Jun 29, 2023
1 parent 20743ac commit bb4a954
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Clyde Gateway

Clyde gateway is a simple and very light library to connect your bot to the discord gateway.
[![Downloads](https://img.shields.io/npm/dm/clyde-gateway)](https://www.npmjs.com/package/clyde-gateway) [![Size](https://img.shields.io/bundlephobia/min/clyde-gateway)](https://www.npmjs.com/package/clyde-gateway) [![npm](https://img.shields.io/npm/v/clyde-gateway)](https://www.npmjs.com/package/clyde-gateway)

Clyde gateway is a simple and very light library to connect your bot to the Discord gateway.

## Install

To install Clyde-Gateway, simply run the following command:

```
npm install clyde-gateway
```

## Usage

Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
"websocket",
"bot"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:Av32000/Clyde-Gateway.git"
},
"author": "Av32000",
"license": "ISC",
"dependencies": {
"ws": "^8.13.0"
}
},
"homepage": "https://github.com/Av32000/Clyde-Gateway#readme"
}

0 comments on commit bb4a954

Please sign in to comment.