From a971459ed7b67e3e767b572a31ec321b9717a096 Mon Sep 17 00:00:00 2001 From: RiftSTW <33435468+RiftSTW@users.noreply.github.com> Date: Mon, 24 May 2021 16:16:48 -0500 Subject: [PATCH 1/3] Fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa8e698..1dd4654 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Don't hesitate to join the [Homebase server](https://discord.gg/7XyNM4p) ! ### Install dependencies -Install all dependencies (You can find there in the [package.json](https://github.com/Horziox/Kevin/blob/master/package.json)) or run `npm install` command +Install all dependencies (You can find them in the [package.json](https://github.com/Horziox/Kevin/blob/master/package.json)) or run `npm install` command ### Setup Change values in the index.js file in ressources folder as you want @@ -29,16 +29,16 @@ In the index.js, change ```javascript bot.login(process.env.discordToken) ``` -by +to ```javascript bot.login("yourDiscordTokenHere") ``` -Or create an .env file with `discordToken=mytoken` in value ! +Or create an .env file with `discordToken=mytoken` in value! *You can find your Discord token [here](https://discord.com/developers/applications) after you have created a new Application => Bot* -:warning: __**Delete or modify files are on your own riks !**__ +:warning: __**Delete or modify files at your own risk!**__ ### Run ``` From 7add4d101dcdc811d0d6cf04655dcfc221493606 Mon Sep 17 00:00:00 2001 From: RiftSTW <33435468+RiftSTW@users.noreply.github.com> Date: Mon, 24 May 2021 22:21:52 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1dd4654..c6eabc8 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ node src/index ### Fortnite - **aes** *Get current aes keys* - **blog** *Return 5 last blogs from [here](https://www.epicgames.com/fortnite/en-US/news)* -- **cos** *Find an BR cosmetics* +- **cos** *Find the info of a Battle Royale Cosmetic* - **leaks** *Display news cosmetics from the last update (image)* -- **news** *Generate a GIF who indicate the Fortnite Battle Royale news in game* -- **shop** *Get the current BR shop (image)* -- **stats** *Generate an image with Fortnite stats of an player* +- **news** *Generate a GIF of the Battle Royale News In-Game* +- **shop** *Get the current Battle Royale shop (image)* +- **stats** *Generate an image with Fortnite stats of a player* - **status** *Get the servers status of differents services* From f05a502592f62cdc8e348b57448818cecaf57a4e Mon Sep 17 00:00:00 2001 From: RiftSTW <33435468+RiftSTW@users.noreply.github.com> Date: Mon, 24 May 2021 22:22:33 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6eabc8..bd7dafa 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ node src/index ## Features -Have an idea ? -Submit it ! +Have an idea? +Submit it! ## License