-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your .env file does not match your bot.js #2
Comments
Hey Simon, Good catch! I'll fix that later today. |
Did you try the program, does it work? |
markf94
added a commit
to markf94/snkrs-bot
that referenced
this issue
Jan 8, 2021
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.
markf94
added a commit
to markf94/snkrs-bot
that referenced
this issue
Jan 8, 2021
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.
markf94
added a commit
to markf94/snkrs-bot
that referenced
this issue
Jan 8, 2021
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your home page you say to create
CVC
is the problem because inbot.js
line 32 you accessCV_CODE
and notCVC
The text was updated successfully, but these errors were encountered: