Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximKing1 authored Feb 22, 2021
1 parent b36d93c commit 369e814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ yarn add blwebhooks@nightly

| Name | Features |
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| discord.js | `DATABASE`, `EXPRESS`, `HOOKS`, `SECURITY` |
| Eris | `EXPRESS`, `HOOKS`, `SECURITY` |
| [discord.js](https://www.npmjs.com/package/discord.js) | `DATABASE`, `EXPRESS`, `HOOKS`, `SECURITY` |
| [Eris](https://www.npmjs.com/package/eris) | `EXPRESS`, `HOOKS`, `SECURITY` |

# Supported Lists

Expand All @@ -78,7 +78,7 @@ import * as blwebhooks from "blwebhooks";
const blwebhooks = require("blwebhooks");
```

**With discord.js**
### With discord.js
```js
const discord = require("discord.js");
const client = discord.Client();
Expand All @@ -88,7 +88,7 @@ const voteClient = new WebhooksManager(client, 80);
client.voteManager = voteClient;
```

**With Eris**
### With Eris
```js
const Eris = require("eris");

Expand Down

0 comments on commit 369e814

Please sign in to comment.