southworks / BotBuilder-Samples

Welcome to the BotBuilder samples repository. Here you will find task-focused samples in C# and Node.js to help you get started with the Bot Builder SDK!
https://github.com/Microsoft/BotBuilder
MIT License
6 stars 6 forks source link

[nodejs][50.diceroller-skill] Missing .env file in sample #99

Closed joseques closed 6 years ago

joseques commented 6 years ago

Sample information

  1. Sample type: \samples\
  2. Sample language: nodejs
  3. Sample name: 50.diceroller-skill

Describe the bug

The sample lacks the .env and can't be run without adding it manually. The README doesn't mentions the addition of the beforementioned file.

Additional Context

The sample fallbacks to a default cortana-skill.bot bot file in case the botFileSecret is not defined in the .env file. This filename is wrong and doesn't exists in the sample folder.

[bug]

enzocano commented 6 years ago

Already reported Issue.682