forked from Mosuswalks/snkrs-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes Mosuswalks#2: Get CVV not CV_CODE from .env file
As described in Mosuswalks#2, the README tells the user to create a `.env` file with a `CVC` variable in it but the `bot.js` file references a `CV_CODE` variable in the dotenv file which doesn't exists. It's actually called a Card Verification Value (CVV) code and not a CVC code and hence the variable names were adjusted to match that.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,7 +123,7 @@ npm install | |
```sh | ||
[email protected] | ||
PASS=yournikeaccountpassword | ||
CVC=yourcreditcardcvc | ||
CVV=yourcreditcardcvv | ||
``` | ||
|
||
2. In the bot.js file, edit the following lines. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters