We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I followed the steps
git clone https://github.com/slugbay/slack-welcome-bot cd slack-welcome-bot npm install node bot.js
When run node bot.js getting [ERROR]: No Slack token provided.
node bot.js
[ERROR]: No Slack token provided
My app.json content
➜ slack-welcome-bot git:(master) ✗ cat app.json { "name": "Slack Welcome Bot", "description": "This Slack application connects to your slack team and greets new joiners with a sweet custom message", "keywords": [ "productivity", "slack", "greetings", "bot", "resources", "developers", "slugbay", "sluggy" ], "website": "https://www.slugbay.com", "repository": "https://github.com/slugbay/slack-welcome-bot", "logo": "https://github.com/slugbay/slack-welcome-bot/raw/master/logo.png", "env": { "SLACK_TOKEN": { "description": "Slack Bot Token", "value": "my-key-from-slack", "required": "true" }, "SLACK_MESSAGE": { "description": "Your Welcome message (JSON)", "value": "{\"text\": \"Hey {fist_name} {last_name} akka *{username}*,\n\nI'm a welcome bot. Welcome to our Slack team! :tada:\nLet me give you some instructions.\"}", "required": "true" } } }
Also node and npm version
➜ slack-welcome-bot git:(master) ✗ node --version v10.13.0 ➜ slack-welcome-bot git:(master) ✗ npm --version 6.11.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I followed the steps
When run
node bot.js
getting[ERROR]: No Slack token provided
.My app.json content
Also node and npm version
The text was updated successfully, but these errors were encountered: