Skip to content

Commit

Permalink
Fixed README strong tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Oct 24, 2020
1 parent 3e33359 commit a12996c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ A npm package to fetch all the messages from a guild or a channel.
## How to use it

<strong>⚠️ READ BEFORE USING ⚠️ <br>
These operations took a long time to process. Be patient and avoid doing this often because it's doing a lot of requests to Discord and you can be banned for sending too many requests to Discord.
</strong> <br>
These operations took a long time to process. Be patient and avoid doing this often because it's doing a lot of requests to Discord and you can be banned for sending too many requests to Discord. <br>
⚠️ READ BEFORE USING ⚠️
<strong>
</strong>

```js
const fetchedGuildMessages = await require('discord-fetch-messages').fetchGuildMessages(client, id);
Expand Down

0 comments on commit a12996c

Please sign in to comment.