Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Update path to node-slack-client #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index_bot_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you are the developer of an app or service that wants to provide bot-based fu

### Programming bot users
Creating bot users probably means you'll be coding. If you're using an existing library (such as
[node-slack-client](https://github.com/slackhq/node-slack-client)) then your bot access token should be all you need to get started.
[node-slack-client](https://slackapi.github.io/node-slack-sdk/)) then your bot access token should be all you need to get started.

If you're writing your own library from scratch, you'll need to write code to
[make authenticated API calls](/web#authentication) and consume
Expand Down