From a12996c4bd44a0d07d76309170c10559133178d9 Mon Sep 17 00:00:00 2001 From: Ayfri Date: Sat, 24 Oct 2020 14:41:25 +0200 Subject: [PATCH] Fixed README strong tag. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e2585d..73ebf9f 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,9 @@ A npm package to fetch all the messages from a guild or a channel. ## How to use it ⚠️ READ BEFORE USING ⚠️
-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. -

+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.
⚠️ READ BEFORE USING ⚠️ - + ```js const fetchedGuildMessages = await require('discord-fetch-messages').fetchGuildMessages(client, id);