From c03aad8e18804d9c2a856707e8683c3fcf021356 Mon Sep 17 00:00:00 2001 From: Adam20054 <78691968+AdamT20054@users.noreply.github.com> Date: Sat, 23 Apr 2022 01:29:02 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f947adc..74e58c7 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ git clone https://github.com/Adamt20054/GasWatch.git ```sh npm install ``` - A new file called `package-lock.json` should appear after NPM has installed the packages it needs. + A new file called `package-lock.json` should appear after NPM has installed the packages it needs. If you get an error, make sure you are in the right directory (The same directory as the package.json) 3. Get a bot token by creating an application at https://discord.com/developers/applications @@ -87,6 +87,8 @@ The program checks the API every 15minutes, so without this cooldown the role wo ``` The cooldown command uses Miliseconds for the value given. +As default, the bot has a 1Hour cooldown and is triggered when the GWEI gas value drops below 200 + ## Contributing Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.