Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamT20054 authored Apr 23, 2022
1 parent 18f1c58 commit c03aad8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**.
Expand Down

0 comments on commit c03aad8

Please sign in to comment.